[ADDED] simple house generation

This commit is contained in:
Menno
2021-06-04 14:32:16 +02:00
parent 75c745427c
commit cfd2d00d08
12 changed files with 116 additions and 4526 deletions

View File

@@ -11,6 +11,7 @@ namespace scene
public:
In_Game_Scene();
~In_Game_Scene();
Scenes start(GLFWwindow* window) override;
void render() override;