GuiLite/workspace/widgets/dialog.cpp

8 lines
123 B
C++
Raw Normal View History

2019-08-08 12:53:31 +08:00
#include "../widgets_include/dialog.h"
2017-12-06 21:43:47 +08:00
2020-01-22 11:03:29 +08:00
#ifdef GUILITE_ON
2017-12-06 21:43:47 +08:00
2020-01-22 11:03:29 +08:00
DIALOG_ARRAY c_dialog::ms_the_dialogs[SURFACE_CNT_MAX];
2017-12-06 21:43:47 +08:00
2020-01-22 11:03:29 +08:00
#endif