ultimatepp/rainbow/SDLFb/SDLWrap.h
cxl f0e42f8693 reorganizing repo
git-svn-id: svn://ultimatepp.org/upp/trunk@9214 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-22 19:53:58 +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