wut
v1.7.0
Wii U Toolchain
|
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdalign.h>
Go to the source code of this file.
Macros | |
#define | TRUE 1 |
#define | FALSE 0 |
#define | WUT_ENUM_BITMASK_TYPE(_type) |
Typedefs | |
typedef int32_t | BOOL |
#define TRUE 1 |
Definition at line 10 of file wut_types.h.
#define FALSE 0 |
Definition at line 14 of file wut_types.h.
#define WUT_ENUM_BITMASK_TYPE | ( | _type | ) |
Definition at line 45 of file wut_types.h.
typedef int32_t BOOL |
Definition at line 7 of file wut_types.h.