zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_stdinc.h File Reference

Go to the source code of this file.

Macros

#define SDL_Joystick   void
 
#define SDL_VERSION_ATLEAST(a, b, c)   (0)
 

Typedefs

typedef int16_t Sint16
 
typedef int32_t Sint32
 
typedef int8_t Sint8
 
typedef uint16_t Uint16
 
typedef uint32_t Uint32
 
typedef uint8_t Uint8
 

Macro Definition Documentation

#define SDL_Joystick   void

Definition at line 13 of file SDL_stdinc.h.

#define SDL_VERSION_ATLEAST (   a,
  b,
  c 
)    (0)

Definition at line 11 of file SDL_stdinc.h.

Typedef Documentation

typedef int16_t Sint16

Definition at line 6 of file SDL_stdinc.h.

typedef int32_t Sint32

Definition at line 8 of file SDL_stdinc.h.

typedef int8_t Sint8

Definition at line 4 of file SDL_stdinc.h.

typedef uint16_t Uint16

Definition at line 7 of file SDL_stdinc.h.

typedef uint32_t Uint32

Definition at line 9 of file SDL_stdinc.h.

typedef uint8_t Uint8

Definition at line 5 of file SDL_stdinc.h.