#include "Export.h"
#include <trManager/DirectorPriority.h>
#include <trManager/MessageBase.h>
#include <trManager/EntityBase.h>
#include <trUtil/HashMap.h>
#include <trBase/UniqueId.h>
#include <trBase/SmrtPtr.h>
#include <trBase/Base.h>
#include <utility>
#include <string>
#include <vector>
#include <queue>
#include <list>
Go to the source code of this file.
|
| class | trManager::SystemManager |
| | System Manager class is a singleton that is responsible for all message routing and basic operations between actors and directors throughout TR. More...
|
| |