X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.h;h=fca50c1f846138168edd40cba990363ad49b6ea8;hb=e4f678d8cce5408590178bc873fde1754c037d0d;hp=f1edf484e474327363b65f64324ce8452d7da98d;hpb=06b6411e5dc8fc6b905530f7adbde8bd0c2bb0ea;p=l2e.git diff --git a/src/common/GameState.h b/src/common/GameState.h index f1edf48..fca50c1 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,6 +22,8 @@ struct GameState { Hero heroes[7]; Hero *party[4]; + Inventory inventory; + Uint32 money; };