mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
12 lines
203 B
C
12 lines
203 B
C
#ifndef _LinuxFb_LinuxFb_h_
|
|
#define _LinuxFb_LinuxFb_h_
|
|
|
|
#include <Framebuffer/Framebuffer.h>
|
|
|
|
#include <CtrlCore/stdids.h>
|
|
|
|
//used with thanks from svgalib
|
|
#include "vgakeyboard.h"
|
|
|
|
#endif
|
|
|