GuiLite/workspace/core/theme.cpp
2020-01-22 11:03:29 +08:00

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