From f163e8f37123e651ea80b690793845b31ddb8639 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 6 Apr 2022 20:52:51 -0700 Subject: Changeset: 2 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