mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
8 lines
194 B
C
8 lines
194 B
C
#ifndef ENGINE_SHARED_JSON_H
|
|
#define ENGINE_SHARED_JSON_H
|
|
|
|
char *EscapeJson(char *pBuffer, int BufferSize, const char *pString);
|
|
const char *JsonBool(bool Bool);
|
|
|
|
#endif // ENGINE_SHARED_JSON_H
|