Added support for Mac OS X and building with clang (bug 5601, r=dvander).
This commit is contained in:
@@ -63,7 +63,7 @@ void PlayerPostThink_Post(edict_t *pEntity);
|
||||
void UpdateClientData( const struct edict_s *ent, int sendweapons, struct clientdata_s *cd );
|
||||
void StartFrame(void);
|
||||
edict_t* CreateNamedEntity_Post(int className);
|
||||
void AlertMessage_Post(ALERT_TYPE atype, char *szFmt, ...);
|
||||
void AlertMessage_Post(ALERT_TYPE atype, const char *szFmt, ...);
|
||||
|
||||
|
||||
typedef struct tagAMX_HEADER {
|
||||
|
||||
Reference in New Issue
Block a user