wut  1.0.0-beta8
Wii U Toolchain
result.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
16 typedef int32_t AXResult;
17 
19 {
25 };
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
int32_t AXResult
A value from enum AX_RESULT.
Definition: result.h:16
AX_RESULT
Definition: result.h:18