wut  v1.5.0
Wii U Toolchain
Macros | Typedefs
wut_types.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdalign.h>
Include dependency graph for wut_types.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ TRUE

#define TRUE   1

Definition at line 10 of file wut_types.h.

◆ FALSE

#define FALSE   0

Definition at line 14 of file wut_types.h.

◆ WUT_ENUM_BITMASK_TYPE

#define WUT_ENUM_BITMASK_TYPE (   _type)

Definition at line 23 of file wut_types.h.

Typedef Documentation

◆ BOOL

typedef int32_t BOOL

Definition at line 7 of file wut_types.h.