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

19 lines
296 B
C

#ifndef _PLAYLOG_H_
#define _PLAYLOG_H_
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* Prototypes */
u64 getWiiTime(void);
int Playlog_Update(const char ID[6], const u8 title[84]);
int Playlog_Delete(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif