1 /*! 2 @file 3 @author Albert Semenov 4 @date 07/2012 5 */ 6 7 #ifndef _bf2aa111_a57e_464d_9f75_f102b5cac64f_ 8 #define _bf2aa111_a57e_464d_9f75_f102b5cac64f_ 9 10 #include "DataListBaseControl.h" 11 12 namespace tools 13 { 14 15 class FrameListControl : 16 public DataListBaseControl 17 { 18 protected: 19 virtual void OnInitialise(Control* _parent, MyGUI::Widget* _place, const std::string& _layoutName); 20 }; 21 22 } 23 24 #endif 25