1 2 3 4 5 6 7 8 9 10 11
#ifndef __IRC_POPUPS_H #define __IRC_POPUPS_H #define POPTYPE_SPAM 254 // this is for spambots void InitPopUps(); void InitPopupOpts(WPARAM wParam); int ShowPopUpMsg(HANDLE hContact, const char* szTitle, const char* szMsg, BYTE bType); #endif /* __IRC_POPUPS_H */