rainbow: some small fixes, SDLFb first shot..

git-svn-id: svn://ultimatepp.org/upp/trunk@3607 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
kohait 2011-07-04 21:21:17 +00:00
parent 6d7a351867
commit 0c95fb07d9
28 changed files with 565 additions and 67 deletions

View file

@ -0,0 +1,17 @@
#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