1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Mass header update from Insurgency itself, hl2sdk-csgo, and hl2sdk-2013.

This commit is contained in:
Nicholas Hastings
2013-10-08 13:56:30 -04:00
parent 75fdf22c20
commit 71e5d70a47
19 changed files with 421 additions and 151 deletions

View File

@ -18,8 +18,9 @@
#include "basehandle.h"
#endif
#ifdef _MSC_VER
#pragma warning( disable : 4284 ) // warning C4284: return type for 'CNetworkVarT<int>::operator ->' is 'int *' (ie; not a UDT or reference to a UDT. Will produce errors if applied using infix notation)
#endif
#define MyOffsetOf( type, var ) ( (int)&((type*)0)->var )