mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
17 lines
257 B
C
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
|
|
|