Commit 80af10a2 authored by sidschingis's avatar sidschingis

fix btn definition

parent 9496d4b5
...@@ -299,6 +299,7 @@ public: ...@@ -299,6 +299,7 @@ public:
irr::gui::IGUIButton* btnRepos; irr::gui::IGUIButton* btnRepos;
irr::gui::IGUIButton* btnAttack; irr::gui::IGUIButton* btnAttack;
irr::gui::IGUIButton* btnShowList; irr::gui::IGUIButton* btnShowList;
irr::gui::IGUIButton* btnShuffle;
//chat window //chat window
irr::gui::IGUIWindow* wChat; irr::gui::IGUIWindow* wChat;
irr::gui::IGUIListBox* lstChatLog; irr::gui::IGUIListBox* lstChatLog;
......
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