From 902946fef868b2c9448532d616745b29356d6bfa Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 18:38:15 +0100 Subject: terrain is fukkkkd --- src/gameplay.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gameplay.hpp') diff --git a/src/gameplay.hpp b/src/gameplay.hpp index e325730..62da89f 100644 --- a/src/gameplay.hpp +++ b/src/gameplay.hpp @@ -9,6 +9,7 @@ #ifndef GAMEPLAY_H_ #define GAMEPLAY_H_ +#include "terrain.hpp" #include "window.hpp" #include "entity.hpp" @@ -23,6 +24,8 @@ class Game { std::vector * enemies; + std::vector * terrain; + Entity * player; std::string next; // next level -- cgit v1.2.3