MyGUI  3.2.1
MyGUI_DataManager.cpp
Go to the documentation of this file.
00001 /*
00002  * This source file is part of MyGUI. For the latest info, see http://mygui.info/
00003  * Distributed under the MIT License
00004  * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
00005  */
00006 
00007 #include "MyGUI_Precompiled.h"
00008 #include "MyGUI_DataManager.h"
00009 
00010 namespace MyGUI
00011 {
00012 
00013     template <> DataManager* Singleton<DataManager>::msInstance = nullptr;
00014     template <> const char* Singleton<DataManager>::mClassTypeName = "DataManager";
00015 
00016 } // namespace MyGUI