- moved the script compiler's backend to 'common'.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:33:06 +02:00
commit a28182fe35
16 changed files with 44 additions and 39 deletions

View file

@ -2,7 +2,7 @@
#define ZCC_COMPILE_H
#include <memory>
#include "backend/codegen.h"
#include "codegen.h"
struct Baggage;
struct FPropertyInfo;