- separated the Doom specific parts from the compiler backend into a separate file, these parts now get invoked via callback hooks.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:31:58 +02:00
commit 3454314bb1
14 changed files with 1164 additions and 895 deletions

View file

@ -40,6 +40,7 @@
#include "version.h"
#include "zcc_parser.h"
#include "zcc_compile.h"
#include "templates.h"
TArray<FString> Includes;
TArray<FScriptPosition> IncludeLocs;