- 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

@ -50,7 +50,7 @@
#include "thingdef.h"
#include "a_morph.h"
#include "teaminfo.h"
#include "backend/vmbuilder.h"
#include "vmbuilder.h"
#include "a_keys.h"
#include "g_levellocals.h"
#include "types.h"