Changeset 290 for trunk/src/game/WaypointManager.h
- Timestamp:
- 11/22/08 16:14:42 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WaypointManager.h
r279 r290 79 79 void SetNodePosition(uint32 id, uint32 point, float x, float y, float z); 80 80 void SetNodeText(uint32 id, uint32 point, const char *text_field, const char *text); 81 void CheckTextsExistance(std::set<int32>& ids); 81 82 82 83 private: