GuiLite/workspace/core/theme.cpp

10 lines
217 B
C++
Raw Normal View History

2019-08-08 12:53:31 +08:00
#include "../core_include/theme.h"
2020-01-22 11:03:29 +08:00
#ifdef GUILITE_ON
2020-01-22 11:03:29 +08:00
const FONT_INFO* c_theme::s_font_map[FONT_MAX];
const BITMAP_INFO* c_theme::s_bmp_map[BITMAP_MAX];
unsigned int c_theme::s_color_map[COLOR_MAX];
2020-01-22 11:03:29 +08:00
#endif