From 9144dbb427f8f71b1ef146c7fdb42b2570f94cb6 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 3 Aug 2019 12:10:09 +0300 Subject: Implement json parser for texts --- include/text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index d8d9a47..53e3f77 100644 --- a/include/text.h +++ b/include/text.h @@ -12,4 +12,5 @@ typedef struct text { } Text; struct idlist *load_texts(char *filename); +struct idlist *load_texts_from_json(const char *filename); void text_destroy(void *text); -- cgit v1.2.3