- split the serializer in two to keep the Doom specific parts out of the main file.
This commit is contained in:
parent
f74efcf721
commit
7b292cca57
37 changed files with 1002 additions and 848 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "types.h"
|
||||
#include "zcc_parser.h"
|
||||
#include "zcc-parse.h"
|
||||
#include "printf.h"
|
||||
|
||||
class FLispString;
|
||||
extern void (* const TreeNodePrinter[NUM_AST_NODE_TYPES])(FLispString &, ZCC_TreeNode *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue