mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2026-01-02 04:17:19 +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
|