mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
9 lines
170 B
C
9 lines
170 B
C
#ifndef _SDLFb_SDLFb_h_
|
|
#define _SDLFb_SDLFb_h_
|
|
|
|
#include <Framebuffer/Framebuffer.h>
|
|
|
|
//make keysym known to K_ enum in CtrlCore.h
|
|
#include "SDLWrap.h"
|
|
|
|
#endif
|