Nuklear bindings

This commit is contained in:
2023-01-19 19:06:32 +00:00
parent 63eb212dcd
commit 4eeb16ec48
8 changed files with 72 additions and 11 deletions

View File

@@ -30,7 +30,9 @@ void register_update(struct callee c);
void call_updates(double dt);
void register_gui(struct callee c);
void register_nk_gui(struct callee c);
void call_gui();
void call_nk_gui();
void register_physics(struct callee c);
void call_physics(double dt);