ultimatepp/rainbow/SDLFb/SDLFb.h
kohait e713b6ff5b rainbow: linux compile
git-svn-id: svn://ultimatepp.org/upp/trunk@3608 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-05 07:45:58 +00:00

13 lines
233 B
C

#ifndef _SDLFb_SDLFb_h_
#define _SDLFb_SDLFb_h_
#include <Framebuffer/Framebuffer.h>
#ifdef PLATFORM_POSIX
#include <CtrlCore/stdids.h>
#endif
//make keysym known to K_ enum in CtrlCore.h
#include "SDLWrap.h"
#endif