summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/json.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-03-01 20:40:15 +0000
committerred031000 <rubenru09@aol.com>2021-03-01 20:40:15 +0000
commit4367cf2bbbb64c4a2a86fe1bb2846d2c34136f01 (patch)
treeb5ab03f47ed90ee4c62d03c37359e0be316d452a /tools/nitrogfx/json.h
parent75dc81c75dc1dc86053303cdae9decdb2f05557d (diff)
NCER processing
Diffstat (limited to 'tools/nitrogfx/json.h')
-rw-r--r--tools/nitrogfx/json.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/nitrogfx/json.h b/tools/nitrogfx/json.h
new file mode 100644
index 00000000..b7cabf93
--- /dev/null
+++ b/tools/nitrogfx/json.h
@@ -0,0 +1,11 @@
+// Copyright (c) 2021 red031000
+
+#ifndef JSON_H
+#define JSON_H
+
+#include "options.h"
+
+struct JsonToCellOptions *ParseNCERJson(char *path);
+void FreeNCERCell(struct JsonToCellOptions *options);
+
+#endif //JSON_H