Dura2D
v0.1.0
An educational 2D game physics library
|
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 signed short int16 |
typedef signed int int32 |
typedef signed char int8 |
typedef float real |
typedef unsigned short uint16 |
typedef unsigned int uint32 |
typedef unsigned char uint8 |