e67a7b2d7d
Be warned, the output printing is quite slow (yay richedit!), so try to avoid searching for 'self'. At least we can actually find it. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4458 fc73d0e0-1445-4013-8a0c-d673dee63da5
23 lines
663 B
C
23 lines
663 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 *QCC_ReadFile (const char *fname, void *buffer, int len);
|
|
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;
|