Changeset 958 for trunk/src/dict.h
- Timestamp:
- Sep 18, 2011, 11:01:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dict.h
r789 r958 31 31 32 32 int MakeSlot(char const *name); 33 void RemoveSlot(int id);33 void RemoveSlot(int slotid); 34 34 void RemoveSlot(Entity *entity); 35 35 36 void SetEntity(int id, Entity *entity);37 Entity *GetEntity(int id);36 void SetEntity(int slotid, Entity *entity); 37 Entity *GetEntity(int slotid); 38 38 39 39 private:
Note: See TracChangeset
for help on using the changeset viewer.