mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-11 14:34:22 +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
|