![]() |
TrinityCore
|
Include dependency graph for Common.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | STRINGIZE(a) #a |
| #define | DEFAULT_LOCALE LOCALE_enUS |
| #define | MAX_LOCALES 8 |
| #define | MAX_ACCOUNT_TUTORIAL_VALUES 8 |
| #define | M_PI 3.14159265358979323846 |
| #define | M_PI_4 0.785398163397448309616 |
| #define | MAX_QUERY_LEN 32*1024 |
Enumerations | |
| enum | TimeConstants { MINUTE = 60 , HOUR = MINUTE*60 , DAY = HOUR*24 , WEEK = DAY*7 , MONTH = DAY*30 , YEAR = DAY*365 , IN_MILLISECONDS = 1000 } |
| enum | AccountTypes { SEC_PLAYER = 0 , SEC_MODERATOR = 1 , SEC_GAMEMASTER = 2 , SEC_ADMINISTRATOR = 3 , SEC_CONSOLE = 4 } |
| enum | LocaleConstant : uint8 { LOCALE_enUS = 0 , LOCALE_koKR = 1 , LOCALE_frFR = 2 , LOCALE_deDE = 3 , LOCALE_zhCN = 4 , LOCALE_zhTW = 5 , LOCALE_esES = 6 , LOCALE_esMX = 7 , LOCALE_ruRU = 8 , TOTAL_LOCALES } |
Functions | |
| TC_COMMON_API LocaleConstant | GetLocaleByName (std::string const &name) |
Variables | |
| TC_COMMON_API char const * | localeNames [TOTAL_LOCALES] |
| #define DEFAULT_LOCALE LOCALE_enUS |
| enum AccountTypes |
| enum LocaleConstant : uint8 |
| enum TimeConstants |
| TC_COMMON_API LocaleConstant GetLocaleByName | ( | std::string const & | name | ) |
|
extern |
Definition at line 20 of file Common.cpp.