Drop support for dirty rectangles.
[SDL.s60v3.git] / include / SDL_name.h
blob511619af561713b72b349612ad7d4080aa570525
2 #ifndef _SDLname_h_
3 #define _SDLname_h_
5 #if defined(__STDC__) || defined(__cplusplus)
6 #define NeedFunctionPrototypes 1
7 #endif
9 #define SDL_NAME(X) SDL_##X
11 #endif /* _SDLname_h_ */