mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
8d115df01e
git-svn-id: https://svn.eduke32.com/eduke32@4820 1a8010ca-5511-0410-912e-c29ae57300e0
15 lines
158 B
C
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
|