WiiFlow_Lite/source/loader/savefile.h

17 lines
310 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#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