- 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

@ -49,7 +49,7 @@
#include "a_weapons.h"
#include "p_conversation.h"
#include "v_text.h"
#include "backend/codegen.h"
#include "codegen.h"
#include "stats.h"
#include "info.h"
#include "thingdef.h"