1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Added reverse-engineered interfaces lib code and hacked up tier1 and mathlib to build against the newer headers.

This commit is contained in:
Scott Ehlert
2012-05-21 02:49:35 -05:00
parent b3de4b7059
commit 18afb9c47c
78 changed files with 2756 additions and 434 deletions

View File

@ -6,7 +6,8 @@
//
//=============================================================================//
#include "mathlib/mathlib.h"
#include "mathlib/vector.h"
Vector vec3_origin(0,0,0);
const Vector vec3_origin(0,0,0);