mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 17:15:06 +01:00
17 lines
310 B
C
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 |