summaryrefslogtreecommitdiff
path: root/editor/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index 3cfb2df..e790259 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -2,6 +2,7 @@
#define PKE_EDITOR_HPP
void PkeEditor_Tick(double delta);
+void PkeEditor_RecordImGui();
void PkeEditor_Init();
void PkeEditor_Setup();
void PkeEditor_Disable();