#include "compat.h"

#ifdef __cplusplus
extern "C" {
#endif

void wii_open(void);
void wii_initgamevideo(void);

#ifdef __cplusplus
}
#endif