mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-04-05 17:37:55 +08:00
8 lines
123 B
C++
8 lines
123 B
C++
#include "../widgets_include/dialog.h"
|
|
|
|
#ifdef GUILITE_ON
|
|
|
|
DIALOG_ARRAY c_dialog::ms_the_dialogs[SURFACE_CNT_MAX];
|
|
|
|
#endif
|