0
0
Fork 0
mirror of https://github.com/DrBeef/Raze.git synced 2025-03-01 06:51:36 +00:00
raze/polymer/eduke32/build/include/wiibits.h

15 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