29 #ifndef HUGO_INVENTORY_H 30 #define HUGO_INVENTORY_H 36 enum InvAct {kInventoryActionInit, kInventoryActionLeft, kInventoryActionRight, kInventoryActionGet};
42 void setInventoryObjId(int16 objId);
43 void setInventoryState(
Istate state);
46 int16 getInventoryObjId()
const;
47 Istate getInventoryState()
const;
49 int16 findIconId(int16 objId);
51 int16 processInventory(
const int action, ...);
57 static const int kStepDy = 8;
62 int16 _inventoryHeight;
63 int16 _inventoryObjId;
66 void constructInventory(
const int16 imageTotNumb,
int displayNumb,
const bool scrollFl, int16 firstObjId);
71 #endif // HUGO_INVENTORY_H
Definition: inventory.h:38
Istate
Definition: hugo.h:136
InvAct
Definition: inventory.h:36