isle-portable/ISLE/wiiu/apthooks.h

11 lines
158 B
C

#ifndef WIIU_APTHOOKS_H
#define WIIU_APTHOOKS_H
#include <wut.h>
void WIIU_SetupAptHooks();
void WIIU_ProcessCallbacks();
bool WIIU_AppIsRunning();
#endif