- moved DObject and core parts of the VM to 'common'.

# Conflicts:
#	src/common/objects/dobject.h
This commit is contained in:
Christoph Oelckers 2020-04-11 19:21:41 +02:00
commit f8ac9a2662
48 changed files with 403 additions and 349 deletions

View file

@ -54,7 +54,7 @@
#include "v_video.h"
#include "i_system.h"
#include "c_buttons.h"
#include "scripting/types.h"
#include "types.h"
#include "texturemanager.h"
int DMenu::InMenu;