mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
small cleanup.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@92 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
da2634c3b2
commit
70d4f6aa9b
1 changed files with 2 additions and 6 deletions
|
@ -107,9 +107,5 @@ extern func_t EndFrameQC;
|
|||
|
||||
qboolean PR_QCChat(char *text, int say_type);
|
||||
|
||||
|
||||
#ifndef SERVERONLY
|
||||
int CLPR_FindFunc(char *name);
|
||||
void CLPR_Init(void);
|
||||
void CLPR_DeinitProgs(void);
|
||||
#endif
|
||||
void PR_ClientUserInfoChanged(char *name, char *oldivalue, char *newvalue);
|
||||
void PR_LocalInfoChanged(char *name, char *oldivalue, char *newvalue);
|
||||
|
|
Loading…
Reference in a new issue