First working compilation.
This commit is contained in:
@@ -178,6 +178,7 @@ typedef enum
|
||||
} TOGGLE_STATE;
|
||||
|
||||
// Misc useful
|
||||
#include "string.h"
|
||||
inline BOOL FStrEq(const char*sz1, const char*sz2)
|
||||
{ return (strcmp(sz1, sz2) == 0); }
|
||||
inline BOOL FClassnameIs(edict_t* pent, const char* szClassname)
|
||||
|
||||
Reference in New Issue
Block a user