diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-10 15:44:28 +1000 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-05-10 15:44:28 +1000 |
commit | 53fe85a463c9c68ec75fa4efb496d1ff864a929e (patch) | |
tree | f917cc01dd4382630c21eb7a5ab872dbe7d948b0 /src/core.h | |
parent | 78275161e08df050d3439f16ef88de8e421c6f8b (diff) |
add bindings friendly functions
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(); |