wut
v1.7.0
Wii U Toolchain
|
Result structure used by nn libraries (C++: see nn::Result) More...
Data Structures | |
struct | NNResult |
Result structure for nn libraries. More... | |
Typedefs | |
typedef struct NNResult | NNResult |
Functions | |
static int | NNResult_IsSuccess (NNResult result) |
Determine if a NNResult represents a successful state. More... | |
static int | NNResult_IsFailure (NNResult result) |
Determine if a NNResult represents a failure. More... | |
Result structure used by nn libraries (C++: see nn::Result)
struct NNResult |
|
inlinestatic |