Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
types.h File Reference

Go to the source code of this file.

Typedefs

typedef signed char s8
 
typedef unsigned char u8
 
typedef signed short int s16
 
typedef unsigned short int u16
 
typedef signed long s32
 
typedef unsigned long u32
 
typedef signed long long int s64
 
typedef unsigned long long int u64
 
typedef volatile u8 vu8
 
typedef volatile u16 vu16
 
typedef volatile u32 vu32
 
typedef volatile u64 vu64
 
typedef volatile s8 vs8
 
typedef volatile s16 vs16
 
typedef volatile s32 vs32
 
typedef volatile s64 vs64
 
typedef float f32
 
typedef double f64
 
typedef volatile f32 vf32
 
typedef volatile f64 vf64
 
typedef char * Ptr
 
typedef int BOOL
 
typedef unsigned int uint
 

Typedef Documentation

◆ BOOL

typedef int BOOL

◆ f32

typedef float f32

◆ f64

typedef double f64

◆ Ptr

typedef char* Ptr

◆ s16

typedef signed short int s16

◆ s32

typedef signed long s32

◆ s64

typedef signed long long int s64

◆ s8

typedef signed char s8

◆ u16

typedef unsigned short int u16

◆ u32

typedef unsigned long u32

◆ u64

typedef unsigned long long int u64

◆ u8

typedef unsigned char u8

◆ uint

typedef unsigned int uint

◆ vf32

typedef volatile f32 vf32

◆ vf64

typedef volatile f64 vf64

◆ vs16

typedef volatile s16 vs16

◆ vs32

typedef volatile s32 vs32

◆ vs64

typedef volatile s64 vs64

◆ vs8

typedef volatile s8 vs8

◆ vu16

typedef volatile u16 vu16

◆ vu32

typedef volatile u32 vu32

◆ vu64

typedef volatile u64 vu64

◆ vu8

typedef volatile u8 vu8