mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
6d7a351867
commit
0c95fb07d9
28 changed files with 565 additions and 67 deletions
17
rainbow/SDLFb/SDLFbLocal.h
Normal file
17
rainbow/SDLFb/SDLFbLocal.h
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue