Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
fio.h
Go to the documentation of this file.
1#ifndef _FIO_H_
2#define _FIO_H_
3
4#include "common.h"
5#include "dx/versioning.h"
6
9b32 fio_load_game(s32 saveSlot);
10void fio_save_game(s32 saveSlot);
11void fio_erase_game(s32 saveSlot);
12
16
17#endif
s32 b32
b32 fio_load_globals(void)
Definition fio.c:75
b32 fio_load_game(s32 saveSlot)
Definition fio.c:167
b32 fio_save_globals(void)
Definition fio.c:90
SaveFileSummary gSaveSlotSummary[4]
void fio_erase_game(s32 saveSlot)
Definition fio.c:220
SaveSlotMetadata gSaveSlotMetadata[4]
SaveGlobals gSaveGlobals
Definition fio.c:20
void fio_save_game(s32 saveSlot)
Definition fio.c:184