Skip to content

Instantly share code, notes, and snippets.

View aeTunga's full-sized avatar

ALPER TUNGA KOC aeTunga

  • ISTANBUL
  • 22:49 (UTC +03:00)
  • X @aeTunga
View GitHub Profile
#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) {