aboutsummaryrefslogtreecommitdiffstats
path: root/src/yabs_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yabs_core.h')
-rw-r--r--src/yabs_core.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/yabs_core.h b/src/yabs_core.h
index 15a6d4c..73c7543 100644
--- a/src/yabs_core.h
+++ b/src/yabs_core.h
@@ -43,9 +43,11 @@ namespace core {
// draw takes a reference to the game_state, which is checked on each frame
// for next level or death
-int reset_camera(Scene3D const& scene_3d);
+int reset_camera(Scene3D & scene_3d);
-int draw(gameState const& game_state);
+int draw(gameState const& game_state, Model & model);
+
+int tick(Scene3D & scene_3d);
} // namespace core