RetroArch/wiiu/fs/fs_utils.h

17 lines
226 B
C
Raw Normal View History

2016-10-27 01:34:10 +01:00
#ifndef __FS_UTILS_H_
#define __FS_UTILS_H_
#ifdef __cplusplus
extern "C" {
#endif
2017-01-23 15:59:44 +01:00
#include <wiiu/types.h>
2016-10-27 01:34:10 +01:00
int MountFS(void *pClient, void *pCmd, char **mount_path);
#ifdef __cplusplus
}
#endif
#endif /* __FS_UTILS_H_ */