Changeset 18 for trunk/src/game/Chat.h
- Timestamp:
- 11/19/08 13:23:29 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Chat.h
r9 r18 28 28 class Unit; 29 29 struct GameTele; 30 31 struct LanguageDesc32 {33 Language lang_id;34 uint32 spell_id;35 uint32 skill_id;36 };37 38 extern LanguageDesc lang_description[LANGUAGES_COUNT];39 40 LanguageDesc const* GetLanguageDescByID(uint32 lang);41 LanguageDesc const* GetLanguageDescBySpell(uint32 spell_id);42 LanguageDesc const* GetLanguageDescBySkill(uint32 skill_id);43 30 44 31 class ChatCommand