mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 07:01:43 +00:00
18de6445ba
this makes inlining more efficient, and allows stripping irrelevant defs. (there may still be things broken due to this) gui version behaves a little better now, and saves debug+optimisation etc settings on a per-mod basis, instead of using the windows registry to store which engine+path+args to run. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4850 fc73d0e0-1445-4013-8a0c-d673dee63da5
24 lines
740 B
C
24 lines
740 B
C
void GoToDefinition(char *name);
|
|
int Grep(char *filename, char *string);
|
|
void EditFile(char *name, int line, pbool setcontrol);
|
|
|
|
void GUI_SetDefaultOpts(void);
|
|
int GUI_BuildParms(char *args, char **argv, pbool quick);
|
|
|
|
unsigned char *PDECL QCC_ReadFile (const char *fname, void *buffer, int len, size_t *sz);
|
|
int QCC_RawFileSize (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_ftetarg;
|
|
extern pbool fl_autohighlight;
|
|
extern pbool fl_compileonstart;
|
|
extern pbool fl_showall;
|
|
extern pbool fl_log;
|