ddnet/src/engine/shared/json.h
2018-12-12 10:05:44 +01:00

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