diff options
Diffstat (limited to 'game/terrain.h')
-rw-r--r-- | game/terrain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/terrain.h b/game/terrain.h index 2cec963..979a8e0 100644 --- a/game/terrain.h +++ b/game/terrain.h @@ -2,9 +2,8 @@ #define TERRAIN_H #include "collection.hpp" -#include "worldobject.h" +#include "game/worldobject.h" #include <gfx/models/mesh.h> -#include <gfx/models/vertex.hpp> #include <gfx/renderable.h> #include <memory> #include <string> @@ -12,6 +11,7 @@ class Shader; class Texture; +class Vertex; class Terrain : public WorldObject, public Renderable { public: |