diff options
author | red031000 <rubenru09@aol.com> | 2021-03-03 17:21:01 +0000 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-03-03 17:21:01 +0000 |
commit | eeddf7382ed11b597814342c719862895dd4412f (patch) | |
tree | 05e30480e5db3b677a983ca694cebd98ab33d30f /tools/nitrogfx/json.h | |
parent | 67ca51a9887d16b8d685addf83f9517f2f6b2929 (diff) |
NSCR processing
Diffstat (limited to 'tools/nitrogfx/json.h')
-rw-r--r-- | tools/nitrogfx/json.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/nitrogfx/json.h b/tools/nitrogfx/json.h index b7cabf93..f297cf08 100644 --- a/tools/nitrogfx/json.h +++ b/tools/nitrogfx/json.h @@ -6,6 +6,8 @@ #include "options.h" struct JsonToCellOptions *ParseNCERJson(char *path); +struct JsonToScreenOptions *ParseNSCRJson(char *path); void FreeNCERCell(struct JsonToCellOptions *options); +void FreeNSCRScreen(struct JsonToScreenOptions *options); #endif //JSON_H |