mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
13 lines
179 B
C
13 lines
179 B
C
#ifndef _LinuxFb_LinuxFbLocal_h
|
|
#define _LinuxFb_LinuxFbLocal_h
|
|
|
|
#include <CtrlCore/CtrlCore.h>
|
|
|
|
NAMESPACE_UPP
|
|
|
|
extern bool fbEndSession;
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif
|
|
|