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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yabs_core.h b/src/yabs_core.h
index ce30e0c..9120d4c 100644
--- a/src/yabs_core.h
+++ b/src/yabs_core.h
@@ -10,6 +10,7 @@
/*********************************/
#include "raylib.h"
+#include "raymath.h"
#define YABS_SCREENWIDTH 1600
#define YABS_SCREENHEIGHT 900
@@ -45,7 +46,7 @@ namespace core {
// for next level or death
int reset_camera(Scene3D& scene_3d);
-int draw(gameState const& game_state, Model& model);
+int draw(Model& model);
int tick(Scene3D& scene_3d);