2019-01-20 01:00:18 +00:00
|
|
|
void GoToDefinition(const char *name);
|
|
|
|
int Grep(const char *filename, const char *string);
|
2016-09-08 19:04:35 +00:00
|
|
|
void EditFile(const char *name, int line, pbool setcontrol);
|
2005-02-28 07:16:19 +00:00
|
|
|
|
|
|
|
void GUI_SetDefaultOpts(void);
|
2019-01-20 01:00:18 +00:00
|
|
|
int GUI_BuildParms(const char *args, const char **argv, pbool quick);
|
2005-02-28 07:16:19 +00:00
|
|
|
|
2018-01-22 19:18:04 +00:00
|
|
|
//unsigned char *PDECL QCC_ReadFile (const char *fname, void *buffer, int len, size_t *sz);
|
2015-02-07 18:07:30 +00:00
|
|
|
int QCC_RawFileSize (const char *fname);
|
2012-02-05 01:38:51 +00:00
|
|
|
pbool QCC_WriteFile (const char *name, void *data, int len);
|
2019-01-20 01:00:18 +00:00
|
|
|
void GUI_DialogPrint(const char *title, const char *text);
|
2005-02-28 07:16:19 +00:00
|
|
|
|
2018-04-20 19:09:14 +00:00
|
|
|
void *GUIReadFile(const char *fname, unsigned char *(*buf_get)(void *ctx, size_t len), void *buf_ctx, size_t *out_size, pbool issourcefile);
|
2018-01-22 19:18:04 +00:00
|
|
|
int GUIFileSize(const char *fname);
|
|
|
|
|
2019-01-20 01:00:18 +00:00
|
|
|
int GUI_ParseCommandLine(const char *args, pbool keepsrcanddir); //0=gui, 1=commandline
|
2016-07-12 00:40:13 +00:00
|
|
|
void GUI_SaveConfig(void);
|
|
|
|
void GUI_RevealOptions(void);
|
|
|
|
int GUIprintf(const char *msg, ...);
|
|
|
|
|
2019-01-20 01:00:18 +00:00
|
|
|
pbool GenBuiltinsList(char *buffer, int buffersize);
|
|
|
|
|
2005-02-28 07:16:19 +00:00
|
|
|
extern char parameters[16384];
|
|
|
|
|
|
|
|
extern char progssrcname[256];
|
|
|
|
extern char progssrcdir[256];
|
|
|
|
|
2013-06-23 02:17:02 +00:00
|
|
|
extern pbool fl_nondfltopts;
|
2005-02-28 07:16:19 +00:00
|
|
|
extern pbool fl_hexen2;
|
2015-04-14 12:24:05 +00:00
|
|
|
extern pbool fl_ftetarg;
|
2005-02-28 07:16:19 +00:00
|
|
|
extern pbool fl_autohighlight;
|
|
|
|
extern pbool fl_compileonstart;
|
|
|
|
extern pbool fl_showall;
|
2005-03-01 15:36:23 +00:00
|
|
|
extern pbool fl_log;
|