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

Modified SDK for GCC 4.2

This commit is contained in:
Scott Ehlert
2008-09-15 02:50:57 -05:00
parent 86f3bc8a60
commit 7ff7f366d5
696 changed files with 23423 additions and 22634 deletions

View File

@ -28,8 +28,8 @@ namespace NDebugOverlay
void EntityBounds( const CBaseEntity *pEntity, int r, int g, int b, int a, float flDuration ) {}
void Line( const Vector &origin, const Vector &target, int r, int g, int b, bool noDepthTest, float flDuration ) {}
void Triangle( const Vector &p1, const Vector &p2, const Vector &p3, int r, int g, int b, int a, bool noDepthTest, float duration ) {}
void EntityText( int entityID, int text_offset, const char *text, float flDuration, int r = 255, int g = 255, int b = 255, int a = 255) {}
void EntityTextAtPosition( const Vector &origin, int text_offset, const char *text, float flDuration, int r = 255, int g = 255, int b = 255, int a = 255) {}
void EntityText( int entityID, int text_offset, const char *text, float flDuration, int r, int g, int b, int a) {}
void EntityTextAtPosition( const Vector &origin, int text_offset, const char *text, float flDuration, int r, int g, int b, int a) {}
void Grid( const Vector &vPosition ) {}
void Text( const Vector &origin, const char *text, bool bViewCheck, float flDuration ) {}
void ScreenText( float fXpos, float fYpos, const char *text, int r, int g, int b, int a, float flDuration) {}