Dura2D  v0.1.0
An educational 2D game physics library
Loading...
Searching...
No Matches
d2Types.h File Reference

Go to the source code of this file.

Typedefs

typedef signed char int8
 
typedef signed short int16
 
typedef signed int int32
 
typedef unsigned char uint8
 
typedef unsigned short uint16
 
typedef unsigned int uint32
 
typedef float real
 

Typedef Documentation

◆ int16

typedef signed short int16

◆ int32

typedef signed int int32

◆ int8

typedef signed char int8

◆ real

typedef float real

◆ uint16

typedef unsigned short uint16

◆ uint32

typedef unsigned int uint32

◆ uint8

typedef unsigned char uint8