dddee3d76c
servers will subscribe to both ipv4 and ipv6 addresses if a master's name resolves to both types. handle filename security more cautiously. avoid some wasted memory with q3bsps. fix crashing bug in dedicated servers. try fixing OMC's latest issue. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4803 fc73d0e0-1445-4013-8a0c-d673dee63da5
23 lines
681 B
C
23 lines
681 B
C
void GoToDefinition(char *name);
|
|
int Grep(char *filename, char *string);
|
|
void EditFile(char *name, int line);
|
|
|
|
void GUI_SetDefaultOpts(void);
|
|
int GUI_BuildParms(char *args, char **argv);
|
|
|
|
unsigned char *PDECL QCC_ReadFile (const char *fname, void *buffer, int len, size_t *sz);
|
|
int QCC_FileSize (const char *fname);
|
|
pbool QCC_WriteFile (const char *name, void *data, int len);
|
|
void GUI_DialogPrint(char *title, char *text);
|
|
|
|
extern char parameters[16384];
|
|
|
|
extern char progssrcname[256];
|
|
extern char progssrcdir[256];
|
|
|
|
extern pbool fl_nondfltopts;
|
|
extern pbool fl_hexen2;
|
|
extern pbool fl_autohighlight;
|
|
extern pbool fl_compileonstart;
|
|
extern pbool fl_showall;
|
|
extern pbool fl_log;
|