Dura2D
v0.1.0
An educational 2D game physics library
Loading...
Searching...
No Matches
d2Types.h
Go to the documentation of this file.
1
#ifndef D2TYPES_H
2
#define D2TYPES_H
3
4
typedef
signed
char
int8
;
5
typedef
signed
short
int16
;
6
typedef
signed
int
int32
;
7
typedef
unsigned
char
uint8
;
8
typedef
unsigned
short
uint16
;
9
typedef
unsigned
int
uint32
;
10
typedef
float
real
;
11
12
#endif
//D2TYPES_H
real
float real
Definition
d2Types.h:10
uint16
unsigned short uint16
Definition
d2Types.h:8
uint32
unsigned int uint32
Definition
d2Types.h:9
int8
signed char int8
Definition
d2Types.h:4
int16
signed short int16
Definition
d2Types.h:5
int32
signed int int32
Definition
d2Types.h:6
uint8
unsigned char uint8
Definition
d2Types.h:7
dura2d
d2Types.h
Generated by
1.12.0