ultimatepp/rainbow/SDLFb/SDLWrap.h
kohait 82e771a69d rainbow: some small fixes, SDLFb first shot..
git-svn-id: svn://ultimatepp.org/upp/trunk@3607 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-04 21:21:17 +00:00

11 lines
164 B
C

#ifndef _SDLFb_SDLWrap_h_
#define _SDLFb_SDLWrap_h_
#ifdef COMPILER_MSC
#include <SDL.h>
#endif
#ifdef COMPILER_GCC
#include <SDL/SDL.h>
#endif
#endif