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