1 /*!
2 	@file
3 	@author		Albert Semenov
4 	@date		07/2012
5 */
6 
7 #ifndef _396f4ab3_a6ef_4ffc_91b8_40e335de896a_
8 #define _396f4ab3_a6ef_4ffc_91b8_40e335de896a_
9 
10 namespace tools
11 {
12 
13 	class MYGUI_EXPORT_DLL ComponentFactory
14 	{
15 	public:
16 		static void Initialise();
17 		static void Shutdown();
18 	};
19 
20 }
21 
22 #endif
23