zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_stdinc.h
Go to the documentation of this file.
1 #ifndef SDL_STDINC_H
2 #define SDL_STDINC_H
3 
4 typedef int8_t Sint8;
5 typedef uint8_t Uint8;
6 typedef int16_t Sint16;
7 typedef uint16_t Uint16;
8 typedef int32_t Sint32;
9 typedef uint32_t Uint32;
10 
11 #define SDL_VERSION_ATLEAST(a,b,c) (0)
12 
13 #define SDL_Joystick void
14 
15 #endif
int32_t Sint32
A signed 32-bit integer type.
Definition: SDL_stdinc.h:141
unsigned short uint16_t
long int32_t
Definition: types.h:9
uint32_t Uint32
An unsigned 32-bit integer type.
Definition: SDL_stdinc.h:145
short int16_t
Definition: types.h:8
unsigned char uint8_t
unsigned int uint32_t
signed char int8_t
uint8_t Uint8
An unsigned 8-bit integer type.
Definition: SDL_stdinc.h:129
int16_t Sint16
A signed 16-bit integer type.
Definition: SDL_stdinc.h:133
uint16_t Uint16
An unsigned 16-bit integer type.
Definition: SDL_stdinc.h:137
int8_t Sint8
A signed 8-bit integer type.
Definition: SDL_stdinc.h:125