14typedef enum SaveCompatibility_ {
15 SAVE_COMPATIBILITY_OK=0,
16 SAVE_COMPATIBILITY_NAEV_VERSION,
17 SAVE_COMPATIBILITY_PLUGINS,
23typedef struct nsave_s {
void load_loadSnapshotMenu(const char *name, int disablesave)
Opens the load snapshot menu.
int load_refresh(void)
Loads or refreshes saved games for the player.
void load_loadGameMenu(void)
Opens the load game menu.
void load_free(void)
Frees loaded save stuff.
const nsave_t * load_getList(const char *name)
Gets the array (array.h) of loaded saves.
int load_gameFile(const char *file)
Loads the game from a file.
int load_gameDiff(const char *file)
Loads the diffs from game file.
SaveCompatibility compatible