ultimatepp/rainbow/SDLFb/SDLFbLocal.h
kohait 0c95fb07d9 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

17 lines
257 B
C

#ifndef _SDLFb_SDLFbLocal_h
#define _SDLFb_SDLFbLocal_h
#include <CtrlCore/CtrlCore.h>
//has to go second
#include "SDLWrap.h"
NAMESPACE_UPP
extern bool fbEndSession;
void HandleUserEvents(SDL_Event* event);
END_UPP_NAMESPACE
#endif