From f898bdeae6a9f8d6525f73c51996062f8c5e8f57 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 17 Apr 2023 12:26:22 +0100 Subject: Assets moved to global game state --- game/gamestate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'game/gamestate.h') diff --git a/game/gamestate.h b/game/gamestate.h index 605aac4..db223c0 100644 --- a/game/gamestate.h +++ b/game/gamestate.h @@ -1,5 +1,6 @@ #pragma once +#include "assetFactory/assetFactory.h" #include #include #include @@ -16,5 +17,6 @@ public: Collection world; std::shared_ptr geoData; + AssetFactory::Assets assets; }; extern GameState * gameState; -- cgit v1.2.3