MyGUI
3.4.2
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
MyGUIEngine
src
MyGUI_DataManager.cpp
Go to the documentation of this file.
1
/*
2
* This source file is part of MyGUI. For the latest info, see http://mygui.info/
3
* Distributed under the MIT License
4
* (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
5
*/
6
7
#include "
MyGUI_Precompiled.h
"
8
#include "
MyGUI_DataManager.h
"
9
10
namespace
MyGUI
11
{
12
13
MYGUI_SINGLETON_DEFINITION
(
DataManager
);
14
15
DataManager::DataManager
() :
16
mSingletonHolder(
this
)
17
{
18
}
19
20
}
// namespace MyGUI
MyGUI_DataManager.h
MyGUI_Precompiled.h
MYGUI_SINGLETON_DEFINITION
#define MYGUI_SINGLETON_DEFINITION(ClassName)
Definition
MyGUI_Singleton.h:123
MyGUI::DataManager
Definition
MyGUI_DataManager.h:19
MyGUI::DataManager::DataManager
DataManager()
Definition
MyGUI_DataManager.cpp:15
MyGUI::Enumerator
Definition
MyGUI_Enumerator.h:49
MyGUI
Definition
MyGUI_ActionController.h:15
Generated by
1.9.8