mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-28 09:59:29 +03:00
Move editor functions to separate file
This moves editorrenderfixed(), editorrender(), editorinput(), editorlogic(), and their associated functions to a new file named Editor.cpp - which is exactly what it says on the tin; it stores all the functions related to the actual in-game editor loop. Also, the existing editor.cpp has been renamed to CustomLevels.cpp.
This commit is contained in:
@@ -117,7 +117,10 @@ set(VVV_SRC
|
|||||||
../third_party/physfs/extras/physfsrwops.c
|
../third_party/physfs/extras/physfsrwops.c
|
||||||
)
|
)
|
||||||
if(NOT CUSTOM_LEVEL_SUPPORT STREQUAL "DISABLED")
|
if(NOT CUSTOM_LEVEL_SUPPORT STREQUAL "DISABLED")
|
||||||
list(APPEND VVV_SRC src/editor.cpp)
|
list(APPEND VVV_SRC src/CustomLevels.cpp)
|
||||||
|
if(NOT CUSTOM_LEVEL_SUPPORT STREQUAL "NO_EDITOR")
|
||||||
|
LIST(APPEND VVV_SRC src/Editor.cpp)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
if(STEAM)
|
if(STEAM)
|
||||||
list(APPEND VVV_SRC src/SteamNetwork.c)
|
list(APPEND VVV_SRC src/SteamNetwork.c)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user