mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
16 lines
178 B
C++
16 lines
178 B
C++
#include "CtrlCore.h"
|
|
|
|
#ifdef GUI_WIN
|
|
|
|
namespace Upp {
|
|
|
|
SystemDraw& ScreenInfo();
|
|
|
|
bool ScreenInPaletteMode()
|
|
{
|
|
return ScreenInfo().PaletteMode();
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|