mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Fix Map.cpp relying on editor.h to include Script.h
This would mean that NO_CUSTOM_LEVEL builds wouldn't compile.
This commit is contained in:
parent
1dfc536b0f
commit
d06fadadf2
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "Map.h"
|
||||
#include "Script.h"
|
||||
|
||||
#include "MakeAndPlay.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue