wut
v1.7.0
Wii U Toolchain
|
#include <wut.h>
Go to the source code of this file.
Data Structures | |
struct | NNResult |
Result structure for nn libraries. More... | |
class | Result |
Result value type used by nn libraries. More... | |
Namespaces | |
nn | |
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... | |