Swadge 2024
2.0.0
APIs to develop games for the Magfest Swadge
Loading...
Searching...
No Matches
fs_json.h
Go to the documentation of this file.
1
27
#ifndef _FS_JSON_H_
28
#define _FS_JSON_H_
29
30
char
*
loadJson
(
const
char
* name,
bool
spiRam);
31
void
freeJson
(
char
* jsonStr);
32
33
#endif
freeJson
void freeJson(char *jsonStr)
Free an allocated JSON string.
Definition
fs_json.c:60
loadJson
char * loadJson(const char *name, bool spiRam)
Load a JSON from ROM to RAM. JSONs placed in the assets_image folder before compilation will be autom...
Definition
fs_json.c:37
main
asset_loaders
fs_json.h
Generated by
1.10.0