WiiFlow_Lite/source/loader/savefile.h
2012-01-21 20:57:41 +00:00

17 lines
310 B
C

#ifndef SAVEPATH_H_
#define SAVEPATH_H_
#include "disc.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
void CreateSavePath(const char *basepath, struct dir_discHdr *hdr);
void CreateTitleTMD(const char *path, struct dir_discHdr *hdr);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif