0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-01 06:31:03 +00:00
raze/source/build/include/wiibits.h
2017-08-06 13:44:44 +00:00

13 lines
142 B
C

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