X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.h;h=4e2570d8fb8ea90c336169cb8e6a6b1c2ebf161e;hb=59c735f03e5959ab6a32afac1603f1e371786ed7;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;