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

11 lines
197 B
C

#ifndef _APPLOADER_H_
#define _APPLOADER_H_
/* Entry point */
typedef void (*entry_point)(void);
/* Prototypes */
s32 Apploader_Run(entry_point *, u8, GXRModeObj *vmode, bool, bool, u8);
#endif