summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index ec8cde9..db711d0 100644
--- a/src/core.h
+++ b/src/core.h
@@ -31,4 +31,8 @@ void core_bringup();
void core_shutdown();
bool should_exit();
+void frame_begin();
+void frame_draw();
+void frame_end();
+
void core_input_update();