mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
11 lines
158 B
C
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
|