diff options
author | red031000 <rubenru09@aol.com> | 2021-03-01 20:40:15 +0000 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-03-01 20:40:15 +0000 |
commit | 4367cf2bbbb64c4a2a86fe1bb2846d2c34136f01 (patch) | |
tree | b5ab03f47ed90ee4c62d03c37359e0be316d452a /tools/nitrogfx/json.h | |
parent | 75dc81c75dc1dc86053303cdae9decdb2f05557d (diff) |
NCER processing
Diffstat (limited to 'tools/nitrogfx/json.h')
-rw-r--r-- | tools/nitrogfx/json.h | 11 |
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 |