wut/include/gx2_init.h

16 lines
120 B
C
Raw Normal View History

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