]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/GameState.h
added party main menu stub
[l2e.git] / src / common / GameState.h
index f1edf484e474327363b65f64324ce8452d7da98d..0ef442b200cf008ef7de28dbff702f9a8cc580e0 100644 (file)
@@ -9,6 +9,7 @@
 #define COMMON_GAMESTATE_H_
 
 #include "Hero.h"
+#include "Inventory.h"
 
 #include <SDL.h>
 
@@ -21,7 +22,10 @@ struct GameState {
        Hero heroes[7];
        Hero *party[4];
 
+       Inventory inventory;
+
        Uint32 money;
+       Uint32 time;
 
 };