mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2024-11-25 17:46:52 +01:00
8 lines
129 B
C
8 lines
129 B
C
|
#ifndef __APPBOOT_H__
|
||
|
#define __APPBOOT_H__
|
||
|
|
||
|
bool LoadApp(const char* path);
|
||
|
u8* GetApp(u32* size);
|
||
|
void LaunchApp(void);
|
||
|
|
||
|
#endif
|