X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.h;h=4e2570d8fb8ea90c336169cb8e6a6b1c2ebf161e;hb=60e0fe29ce6cd033edc78b181d9d07fa72c11172;hp=bcaea523ab497d3cc376a4e87cdea7b5010c37ed;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/common/GameState.h b/src/common/GameState.h index bcaea52..4e2570d 100644 --- a/src/common/GameState.h +++ b/src/common/GameState.h @@ -1,6 +1,7 @@ #ifndef COMMON_GAMESTATE_H_ #define COMMON_GAMESTATE_H_ +#include "Capsule.h" #include "Hero.h" #include "Inventory.h" @@ -16,6 +17,9 @@ struct GameState { Hero *party[4]; int partySize; + Capsule capsules[7]; + Capsule *capsule; + Inventory inventory; Uint32 money;