diff options
Diffstat (limited to 'editor/editor.hpp')
| -rw-r--r-- | editor/editor.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp new file mode 100644 index 0000000..3cfb2df --- /dev/null +++ b/editor/editor.hpp @@ -0,0 +1,10 @@ +#ifndef PKE_EDITOR_HPP +#define PKE_EDITOR_HPP + +void PkeEditor_Tick(double delta); +void PkeEditor_Init(); +void PkeEditor_Setup(); +void PkeEditor_Disable(); +void PkeEditor_Teardown(); + +#endif /* PKE_EDITOR_HPP */ |
