mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
------------------------------------------------------------------------
r4170 | acceptthis | 2013-01-17 09:00:58 +0000 (Thu, 17 Jan 2013) | 1 line tiny fixes, because gcc is more fussy. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4168 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8d5b217266
commit
eb110b969a
1 changed files with 2 additions and 1 deletions
|
@ -191,6 +191,7 @@ int MSG_ReadBits(int bits);
|
|||
int MSG_ReadByte (void);
|
||||
int MSG_ReadShort (void);
|
||||
int MSG_ReadLong (void);
|
||||
struct client_s;
|
||||
unsigned int MSGSV_ReadEntity (struct client_s *fromclient);
|
||||
unsigned int MSGCL_ReadEntity (void);
|
||||
float MSG_ReadFloat (void);
|
||||
|
@ -292,7 +293,7 @@ void COM_ParsePlusSets (void);
|
|||
typedef unsigned int conchar_t;
|
||||
char *COM_DeFunString(conchar_t *str, conchar_t *stop, char *out, int outsize, qboolean ignoreflags);
|
||||
conchar_t *COM_ParseFunString(conchar_t defaultflags, const char *str, conchar_t *out, int outsize, qboolean keepmarkup); //ext is usually CON_WHITEMASK, returns its null terminator
|
||||
unsigned int utf8_decode(int *error, void *in, void **out);
|
||||
unsigned int utf8_decode(int *error, const void *in, void **out);
|
||||
unsigned int utf8_encode(void *out, unsigned int unicode, int maxlen);
|
||||
|
||||
char *COM_SkipPath (const char *pathname);
|
||||
|
|
Loading…
Reference in a new issue