#include <string>
Go to the source code of this file.
Classes | |
| struct | InventoryItem |
| Structure representing an item stored in the inventory. More... | |
| class | AbstractCharacterData |
Enumerations | |
| enum | { GENDER_MALE = 0, GENDER_FEMALE } |
| Gender of a Character. More... | |
| enum | { EQUIPMENT_SLOTS = 11, INVENTORY_SLOTS = 50 } |
| Numbers of inventory slots. More... | |
|
|
Gender of a Character.
Definition at line 35 of file abstractcharacterdata.hpp. |
|
|
Numbers of inventory slots.
Definition at line 44 of file abstractcharacterdata.hpp. |
1.3.9.1