Commit 915e4153 authored by fallenstardust's avatar fallenstardust

整理#define id

parent a243d4d0
...@@ -256,9 +256,9 @@ public: ...@@ -256,9 +256,9 @@ public:
irr::gui::IGUIStaticText* wCardImg; irr::gui::IGUIStaticText* wCardImg;
irr::gui::IGUIImage* imgCard; irr::gui::IGUIImage* imgCard;
//bgm image //bgm image
irr::gui::IGUIImage* imgVol; irr::gui::CGUIImageButton* imgVol;
irr::gui::IGUIImage* imgSettings; irr::gui::CGUIImageButton* imgSettings;
irr::gui::IGUIImage* imgLog; irr::gui::CGUIImageButton* imgLog;
//hint text //hint text
irr::gui::IGUIStaticText* stHintMsg; irr::gui::IGUIStaticText* stHintMsg;
irr::gui::IGUIStaticText* stTip; irr::gui::IGUIStaticText* stTip;
...@@ -804,15 +804,11 @@ private: ...@@ -804,15 +804,11 @@ private:
#define LISTBOX_LOG 351 #define LISTBOX_LOG 351
#define SCROLL_CARDTEXT 352 #define SCROLL_CARDTEXT 352
#define CHECKBOX_AUTO_SEARCH 360 #define CHECKBOX_AUTO_SEARCH 360
#define CHECKBOX_DRAW_FIELD_SPELL 361 #define CHECKBOX_ENABLE_SOUND 361
#define CHECKBOX_MULTI_KEYWORDS 372 #define CHECKBOX_ENABLE_MUSIC 362
#define CHECKBOX_PREFER_EXPANSION 373 #define SCROLL_VOLUME 363
#define CHECKBOX_DISABLE_CHAT 364 #define CHECKBOX_DISABLE_CHAT 364
#define CHECKBOX_DRAW_FIELD_SPELL 368
#define SCROLL_VOLUME 365
#define CHECKBOX_ENABLE_SOUND 366
#define CHECKBOX_ENABLE_MUSIC 367
#define CHECKBOX_QUICK_ANIMATION 369 #define CHECKBOX_QUICK_ANIMATION 369
#define SCROLL_TAB_HELPER 370 #define SCROLL_TAB_HELPER 370
#define SCROLL_TAB_SYSTEM 371 #define SCROLL_TAB_SYSTEM 371
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment