mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 13:31:33 +00:00
11 lines
140 B
C
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
|