wut  1.0.0-beta9
Wii U Toolchain
wut_types.h
Go to the documentation of this file.
1 #pragma once
2 #include <stdint.h>
3 
4 typedef int32_t BOOL;
5 
6 #ifndef TRUE
7 #define TRUE 1
8 #endif
9 
10 #ifndef FALSE
11 #define FALSE 0
12 #endif
BOOL
int32_t BOOL
Definition: wut_types.h:4