Alpha Engine: AETypes.h Source File

AlphaEngine

AETypes.h
Go to the documentation of this file.
1 /******************************************************************************/
15 /******************************************************************************/
16 
17 #ifndef AE_TYPES_H
18 #define AE_TYPES_H
19 
20 // ---------------------------------------------------------------------------
21 // typdef types
22 
23 typedef char s8;
24 typedef unsigned char u8;
25 typedef signed short s16;
26 typedef unsigned short u16;
27 typedef signed int s32;
28 typedef unsigned int u32;
29 typedef signed long long s64;
30 typedef unsigned long long u64;
31 typedef float f32;
32 typedef double f64;
33 
34 // ---------------------------------------------------------------------------
35 
36 #endif //AE_TYPES_H
float f32
Definition: AETypes.h:31
signed short s16
Definition: AETypes.h:25
unsigned int u32
Definition: AETypes.h:28
unsigned short u16
Definition: AETypes.h:26
signed int s32
Definition: AETypes.h:27
char s8
Definition: AETypes.h:23
unsigned long long u64
Definition: AETypes.h:30
unsigned char u8
Definition: AETypes.h:24
double f64
Definition: AETypes.h:32
signed long long s64
Definition: AETypes.h:29
Generated on Sat Jan 4 2014 02:06:22 for Alpha Engine by   doxygen 1.8.5