dosbox-wii/src/platform/wii/wiihardware.h

10 lines
161 B
C
Raw Normal View History

#ifndef WIIHARDWARE_H
#define WIIHARDWARE_H
#include <wiiuse/WPAD.h>
void WiiInit();
void WiiFinished();
bool WiiMessagePause(const char *s);
#endif