11 lines
140 B
C

//++ BulliT
#ifndef __AG_ICQ_H__
#define __AG_ICQ_H__
bool AgSendICQ(const char* pszMessage);
#endif //__AG_ICQ_H__
//-- Martin Webrant