summaryrefslogtreecommitdiff
path: root/editor/editor.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-11-30 11:31:45 -0500
committerJonathan Bradley <jcb@pikum.xyz>2023-11-30 11:31:45 -0500
commit6e498a3781f5ccbbaa6cf5e407cf67722624760f (patch)
tree8a4e95e4d962b3102d8d348a0f292f8ef8ee30df /editor/editor.hpp
parent9830bc2425385de6e666251fa9df6318605c639c (diff)
prefer explicit callback system over events
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();