mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Some includes can be used on Mac OS X now (bug 3515, r=ds).
This commit is contained in:
@ -167,8 +167,8 @@ public:
|
||||
void SetColor( const char *keyName, Color value);
|
||||
|
||||
// Memory allocation (optimized)
|
||||
void *operator new( unsigned int iAllocSize );
|
||||
void *operator new( unsigned int iAllocSize, int nBlockUse, const char *pFileName, int nLine );
|
||||
void *operator new( size_t iAllocSize );
|
||||
void *operator new( size_t iAllocSize, int nBlockUse, const char *pFileName, int nLine );
|
||||
void operator delete( void *pMem );
|
||||
void operator delete( void *pMem, int nBlockUse, const char *pFileName, int nLine );
|
||||
|
||||
|
Reference in New Issue
Block a user