|
Spellforce-Spell-framework
|
#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "sf_screens_loader.h"#include "sf_building_loader.h"#include "sf_wrappers.h"#include "jsmn.h"
Go to the source code of this file.
Macros | |
| #define | JSMN_STATIC |
| #define | JSMN_PARENT_LINKS |
Functions | |
| bool | parse_screens_json_file (const char *path, ScreenEntry *out_entries, int max_entries, int *out_count) |
| Reads a screens.json: a single object of map_name : msb_file pairs. | |