raze-gles/polymer/eduke32/build/include/wiibits.h

16 lines
158 B
C

#define HW_RVL
#include "compat.h"
#ifdef __cplusplus
extern "C" {
#endif
void wii_open(void);
void wii_initgamevideo(void);
#ifdef __cplusplus
}
#endif