Initial commit: server + serverfiles
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user