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