mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-02-05 17:28:22 +08:00
10 lines
217 B
C++
10 lines
217 B
C++
#include "../core_include/theme.h"
|
|
|
|
#ifdef GUILITE_ON
|
|
|
|
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];
|
|
|
|
#endif
|