|
Spellforce-Spell-framework
|
#include <stdbool.h>#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | ScreenEntry |
| One "map name -> loading screen mesh" pair. More... | |
Macros | |
| #define | SCREEN_MAP_NAME_LEN 128 |
| #define | SCREEN_MSB_NAME_LEN 128 |
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. | |