wut/rpl/sysapp/exports.h
James Benton 8af0ffe9c7 Move wut to using CMake instead of Makefiles.
The old makefile solution will still be around on branch "make".
2017-03-23 12:18:02 +00:00

16 lines
390 B
C

// sysapp/switch.h
EXPORT(SYSSwitchToSyncControllerOnHBM);
EXPORT(SYSSwitchToEManual);
EXPORT(SYSSwitchToEShop);
EXPORT(_SYSSwitchToMainApp);
EXPORT(SYSSwitchToBrowserForViewer);
// sysapp/launch.h
EXPORT(SYSRelaunchTitle);
EXPORT(SYSLaunchMenu);
EXPORT(SYSLaunchTitle);
EXPORT(_SYSLaunchMiiStudio);
EXPORT(_SYSLaunchSettings);
EXPORT(_SYSLaunchParental);
EXPORT(_SYSLaunchNotifications);