mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-20 16:27:15 -05:00
13 lines
99 B
C
13 lines
99 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
GX2Init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|