From 3fdc6eb4f2cbeffce9b250beec4d3a2d52a3f534 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Wed, 6 Apr 2022 20:52:51 -0700 Subject: Work on moving infrastruture to this project --- source/App.hpp | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'source/App.hpp') diff --git a/source/App.hpp b/source/App.hpp index bc99354..5a701d0 100644 --- a/source/App.hpp +++ b/source/App.hpp @@ -1,6 +1,24 @@ #pragma once +#include "Player.hpp" +#include "PodVector.hpp" +#include "World.hpp" + +#define GLFW_INCLUDE_NONE +#include + +#include +#include + class App { +private: + PodVector mPlayers; + std::unique_ptr mCurrentWorld; + public: - void Show(); -}; \ No newline at end of file + void Init(); + void Shutdown(); + + void Show(); + void HandleKey(GLFWkeyboard* keyboard, int key, int action); +}; -- cgit v1.2.3-70-g09d2