This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef ENABLE_CHAT_BOT | |
struct FuncBotDuyuru { | |
const char* m_str; | |
BYTE m_bEmpire; | |
FuncBotDuyuru(const char* str, BYTE bEmpire) : | |
m_str(str), | |
m_bEmpire(bEmpire) | |
{ | |
} | |
void operator () (LPDESC d) { |