#ifndef WIIHARDWARE_H #define WIIHARDWARE_H #include void WiiInit(); void WiiFinished(); bool WiiMessagePause(const char *s); #endif