mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Add '#if !defined(NO_EDITOR)' guards around editorinput/render/logic
These functions aren't needed in a NO_EDITOR build, so it's useful to reduce the binary size this way.
This commit is contained in:
@@ -259,11 +259,13 @@ void fillbox(int x, int y, int x2, int y2, int c);
|
||||
|
||||
void fillboxabs(int x, int y, int x2, int y2, int c);
|
||||
|
||||
#if !defined(NO_EDITOR)
|
||||
void editorrender();
|
||||
|
||||
void editorlogic();
|
||||
|
||||
void editorinput();
|
||||
#endif
|
||||
|
||||
extern editorclass ed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user