This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
wut
Watch
2
Star
0
Fork
0
You've already forked wut
mirror of
https://github.com/wiiu-env/wut.git
synced
2025-01-08 19:50:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
44225e4c28
wut
/
include
/
gx2_init.h
16 lines
120 B
C
Raw
Normal View
History
Unescape
Escape
Basic start of a Wii U Toolchain.
2015-12-27 03:10:38 +01:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
void
GX2Init
(
)
;
Fix LIBRARY_NAME
2016-01-04 14:20:12 +01:00
void
GX2Shutdown
(
)
;
Basic start of a Wii U Toolchain.
2015-12-27 03:10:38 +01:00
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink