mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
10 lines
158 B
C
10 lines
158 B
C
#ifndef MP_PARSE_H
|
|
#define MP_PARSE_H
|
|
|
|
char *MP_COM_GetToken();
|
|
char *MP_COM_Parse(char *data);
|
|
int MP_COM_TokenWaiting(char *buffer);
|
|
|
|
#endif // MP_PARSE_H
|
|
|