#include <map>
#include <set>
#include <thread>
#include "i6engine/utils/i6eSystemParameters.h"
#include <tchar.h>
#include <Windows.h>
#include "i6engine/utils/ExceptionQueue.h"
#include "i6engine/utils/Logger.h"
#include "i6engine/core/configs/JobPriorities.h"
#include "boost/function.hpp"
#include "clockUtils/iniParser/iniParser.h"
Go to the source code of this file.
|
class | i6e::api::EngineController |
| This class is used as the Controller for the whole engine Create an instance of this class and use the functions to start / stop / ... the Engine. More...
|
|