X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.h;h=0ef442b200cf008ef7de28dbff702f9a8cc580e0;hb=aedf4ae020e3c811341df79ceae63ca56fb7ce83;hp=f1edf484e474327363b65f64324ce8452d7da98d;hpb=06b6411e5dc8fc6b905530f7adbde8bd0c2bb0ea;p=l2e.git diff --git a/src/common/GameState.h b/src/common/GameState.h index f1edf48..0ef442b 100644 --- a/src/common/GameState.h +++ b/src/common/GameState.h @@ -9,6 +9,7 @@ #define COMMON_GAMESTATE_H_ #include "Hero.h" +#include "Inventory.h" #include @@ -21,7 +22,10 @@ struct GameState { Hero heroes[7]; Hero *party[4]; + Inventory inventory; + Uint32 money; + Uint32 time; };