mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 15:08:17 +01:00
16 lines
120 B
C
16 lines
120 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
GX2Init();
|
|
|
|
void
|
|
GX2Shutdown();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|