mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
16 lines
158 B
C
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
|