Added DLLFunc_Clientinfo something or other

This commit is contained in:
Steve Dudenhoeffer
2004-09-10 16:05:21 +00:00
parent 9a3e713a69
commit 6f9ec854dc
4 changed files with 10 additions and 3 deletions

View File

@ -77,7 +77,7 @@ enum {
EngFunc_WriteAngle, // void (float)
EngFunc_InfoKeyValue, // char* ) (char *infobuffer, char *key);
EngFunc_SetKeyValue, // void ) (char *infobuffer, char *key, char *value);
EngFunc_SetClientKeyValue // void ) (int clientIndex, char *infobuffer, char *key, char *value);
EngFunc_SetClientKeyValue, // void ) (int clientIndex, char *infobuffer, char *key, char *value);
};
#endif //_ENGFUNC_INCLUDE_H