forked from metin-server/m2dev-client-src
This commit is well documented, so no need to tell you my life story. Full Unicode patch with RTL Support & BiDi logic. Removed the legacy codePage, normalised to UTF8 (65001). It also comes with: CTRL + A : select text (highlighted) CTRL + C : copy CTRL + V : paste CTRL + X : cut CTRL + Y : redo CTRL + Z : undo
15 lines
373 B
C
15 lines
373 B
C
#pragma once
|
|
|
|
#include "Locale_inc.h"
|
|
|
|
const char* GetLocaleName();
|
|
const char* GetLocalePath();
|
|
const char* GetLocalePathCommon();
|
|
const char* GetSecurityKey();
|
|
|
|
bool IsRTL();
|
|
int StringCompareCI( LPCSTR szStringLeft, LPCSTR szStringRight, size_t sizeLength );
|
|
void LoadConfig(const char* fileName);
|
|
unsigned GetGuildLastExp(int level);
|
|
int GetSkillPower(unsigned level);
|