summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-10 15:44:28 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-10 15:44:28 +1000
commit53fe85a463c9c68ec75fa4efb496d1ff864a929e (patch)
treef917cc01dd4382630c21eb7a5ab872dbe7d948b0 /src/core.h
parent78275161e08df050d3439f16ef88de8e421c6f8b (diff)
add bindings friendly functions
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();