X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameState.h;h=4e2570d8fb8ea90c336169cb8e6a6b1c2ebf161e;hb=ec25171b0b27999eb126e2144dae1e35f271b945;hp=1cd54282a345d2ab2ce8b4fb86ee44a512e1bfa5;hpb=67817384452d1d8955169c0dc648774e71ea3abe;p=l2e.git diff --git a/src/common/GameState.h b/src/common/GameState.h index 1cd5428..4e2570d 100644 --- a/src/common/GameState.h +++ b/src/common/GameState.h @@ -1,13 +1,7 @@ -/* - * GameState.h - * - * Created on: Oct 7, 2012 - * Author: holy - */ - #ifndef COMMON_GAMESTATE_H_ #define COMMON_GAMESTATE_H_ +#include "Capsule.h" #include "Hero.h" #include "Inventory.h" @@ -23,6 +17,9 @@ struct GameState { Hero *party[4]; int partySize; + Capsule capsules[7]; + Capsule *capsule; + Inventory inventory; Uint32 money;