mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-17 23:59:15 +01:00
10 lines
161 B
C
10 lines
161 B
C
|
#ifndef WIIHARDWARE_H
|
||
|
#define WIIHARDWARE_H
|
||
|
#include <wiiuse/WPAD.h>
|
||
|
|
||
|
void WiiInit();
|
||
|
void WiiFinished();
|
||
|
bool WiiMessagePause(const char *s);
|
||
|
|
||
|
#endif
|