wut/include/gx2_init.h

13 lines
99 B
C
Raw Normal View History

2015-12-27 03:10:38 +01:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void
GX2Init();
#ifdef __cplusplus
}
#endif