|
Spellforce-Spell-framework
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include "sf_campaign_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_campaign_json_file (const char *path, CampaignJson *out_campaign) |
| Reads and parses a campaign JSON file. | |