mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-11-30 15:14:16 +01:00
11 lines
229 B
C
11 lines
229 B
C
|
#ifndef SAVEGAME_H_
|
||
|
#define SAVEGAME_H_
|
||
|
|
||
|
#include "disc.h"
|
||
|
|
||
|
void CreateTitleTMD(const char *path, struct discHdr *hdr);
|
||
|
void CreateSavePath(struct discHdr *hdr);
|
||
|
void Menu_dump_savegame(struct discHdr *header);
|
||
|
|
||
|
#endif
|