mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
cleaner
This commit is contained in:
parent
9fee84f250
commit
3d8e8cd80d
1 changed files with 0 additions and 10 deletions
10
gmqcc.h
10
gmqcc.h
|
@ -1008,17 +1008,7 @@ void parser_cleanup (struct parser_s *parser);
|
|||
/*===================================================================*/
|
||||
/*====================== ftepp.c commandline ========================*/
|
||||
/*===================================================================*/
|
||||
struct lex_file_s;
|
||||
struct ftepp_s;
|
||||
|
||||
/*
|
||||
* line, file, counter, counter_last, random, random_last, date, time
|
||||
* time_stamp.
|
||||
*
|
||||
* increment when items are added
|
||||
*/
|
||||
#define FTEPP_PREDEF_COUNT 9
|
||||
|
||||
struct ftepp_s *ftepp_create ();
|
||||
bool ftepp_preprocess_file (struct ftepp_s *ftepp, const char *filename);
|
||||
bool ftepp_preprocess_string(struct ftepp_s *ftepp, const char *name, const char *str);
|
||||
|
|
Loading…
Reference in a new issue