Skip to content

Instantly share code, notes, and snippets.

#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) {