ddnet/src/engine/shared/json.h

8 lines
194 B
C
Raw Normal View History

2018-12-12 08:59:42 +00:00
#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