Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
Typedefs
E:/Programming/MyProject/K_Game_hg/GameEngine/include/core/Types.h File Reference
#include <EngineConfig.h>

Go to the source code of this file.

Typedefs

typedef char c8
typedef float f32
typedef double f64
typedef signed short int s16
typedef signed int s32
typedef signed long long int s64
typedef signed char s8
typedef unsigned short int u16
typedef unsigned int u32
typedef unsigned long long int u64
typedef unsigned char u8

Typedef Documentation

typedef char c8

8 bit character variable. This is a typedef for char, it ensures portability of the engine.

typedef float f32

32 bit floating point variable. This is a typedef for float, it ensures portability of the engine.

typedef double f64

64 bit floating point variable. This is a typedef for double, it ensures portability of the engine.

typedef signed short int s16

16 bit signed variable. This is a typedef for signed short, it ensures portability of the engine.

typedef signed int s32

32 bit signed variable. This is a typedef for signed int, it ensures portability of the engine.

typedef signed long long int s64

64 bit signed variable. This is a typedef for signed 64 bit int, it ensures portability of the engine.

typedef signed char s8

8 bit signed variable. This is a typedef for signed char, it ensures portability of the engine.

typedef unsigned short int u16

16 bit unsigned variable. This is a typedef for unsigned short, it ensures portability of the engine.

typedef unsigned int u32

32 bit unsigned variable. This is a typedef for unsigned int, it ensures portability of the engine.

typedef unsigned long long int u64

64 bit unsigned variable. This is a typedef for unsigned 64 bit int, it ensures portability of the engine.

typedef unsigned char u8

8 bit unsigned variable. This is a typedef for unsigned char, it ensures portability of the engine.


The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:05 by Doxygen (1.7.4)