mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-10 14:04:21 +00:00
Fix -Wextra-tokens.
This commit is contained in:
parent
7370037add
commit
0563fdf4a2
@ -55,5 +55,5 @@ const char* AgGetGame();
|
||||
const char* AgGetDirectory();
|
||||
const char* AgGetDirectoryValve();
|
||||
|
||||
#endif _AG_GLOBAL_
|
||||
#endif //_AG_GLOBAL_
|
||||
//-- Martin Webrant
|
||||
|
@ -75,6 +75,6 @@ inline void MESSAGE_BEGIN( int msg_dest, int msg_type, const float *pOrigin, ent
|
||||
#define WRITE_ENTITY (g_MsgStat.WriteEntity)
|
||||
|
||||
|
||||
#endif AGMSGSTAT
|
||||
#endif //AGMSGSTAT
|
||||
|
||||
#endif // !defined(AFX_AGMSGSTAT_H__B7E22ED8_5544_445A_9AE5_24DCD9413FF2__INCLUDED_)
|
||||
|
@ -86,7 +86,7 @@ inline void MESSAGE_BEGIN( int msg_dest, int msg_type, const float *pOrigin = NU
|
||||
#define WRITE_STRING (*g_engfuncs.pfnWriteString)
|
||||
#define WRITE_ENTITY (*g_engfuncs.pfnWriteEntity)
|
||||
//++ BulliT
|
||||
#endif AGMSGSTAT
|
||||
#endif //AGMSGSTAT
|
||||
//-- Martin Webrant
|
||||
#define CVAR_REGISTER (*g_engfuncs.pfnCVarRegister)
|
||||
#define CVAR_GET_FLOAT (*g_engfuncs.pfnCVarGetFloat)
|
||||
|
Loading…
x
Reference in New Issue
Block a user