mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
233 B
C
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
|