Add option to compile without the level editor

This commit is contained in:
Matt Penny
2020-02-09 19:53:01 -05:00
committed by Ethan Lee
parent 3273b4ab55
commit 7d35c5ce4e
11 changed files with 183 additions and 51 deletions

View File

@@ -13,7 +13,9 @@
#include "Music.h"
#include "editor.h"
extern editorclass ed;
#if !defined(NO_EDITOR)
extern editorclass ed;
#endif
class mapclass
{