mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add option to compile without the level editor
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#if !defined(NO_EDITOR)
|
||||
|
||||
#include "editor.h"
|
||||
|
||||
#include "Graphics.h"
|
||||
@@ -5383,3 +5385,5 @@ void editorinput( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map, enti
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* NO_EDITOR */
|
||||
Reference in New Issue
Block a user