forked from metin2/server
8 lines
232 B
C
8 lines
232 B
C
#ifndef __INC_EMPIRE_CHAT_CONVERT
|
|
#define __INC_EMPIRE_CHAT_CONVERT
|
|
|
|
bool LoadEmpireTextConvertTable(DWORD dwEmpireID, const char* c_szFileName);
|
|
void ConvertEmpireText(DWORD dwEmpireID, char* szText, size_t len, int iPct);
|
|
|
|
#endif
|