1 /*!
2 	@file
3 	@author		Albert Semenov
4 	@date		07/2012
5 */
6 
7 #ifndef _87448eb4_88e7_4617_9ee2_7dbce526cbcf_
8 #define _87448eb4_88e7_4617_9ee2_7dbce526cbcf_
9 
10 #include "DataListBaseControl.h"
11 
12 namespace tools
13 {
14 
15 	class IndexListControl :
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