WiiFlow_Lite/source/loader/playlog.h

19 lines
296 B
C
Raw Normal View History

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