WUT  0.1
Wii U Toolchain
state.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 #include "enum.h"
4 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 void
16 GX2Init(uint32_t *attributes);
17 
18 void
19 GX2Shutdown();
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
void GX2Shutdown()
void GX2Init(uint32_t *attributes)