zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL.h
Go to the documentation of this file.
1 #ifndef SDL_H
2 #define SDL_H
3 
4 #include <SDL/SDL_stdinc.h>
5 
6 #define SDL_DEFAULT_REPEAT_DELAY 500
7 #define SDL_DEFAULT_REPEAT_INTERVAL 30
8 
9 #endif