mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 18:24:41 +03:00
Move editor functions to separate header
Editor functions now live in Editor.h, which is a new file - the existing editor.h has been renamed to CustomLevels.h.
This commit is contained in:
16
desktop_version/src/Editor.h
Normal file
16
desktop_version/src/Editor.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#if !defined(NO_CUSTOM_LEVELS) && !defined(NO_EDITOR)
|
||||
|
||||
#ifndef EDITOR_H
|
||||
#define EDITOR_H
|
||||
|
||||
void editorrender(void);
|
||||
|
||||
void editorrenderfixed(void);
|
||||
|
||||
void editorlogic(void);
|
||||
|
||||
void editorinput(void);
|
||||
|
||||
#endif /* EDITOR_H */
|
||||
|
||||
#endif /* NO_CUSTOM_LEVELS and NO_EDITOR */
|
||||
Reference in New Issue
Block a user