|
CoriEngine
|
#include "EventSystem/Event.hpp"#include "Window.hpp"#include "Layer.hpp"#include "LayerStack.hpp"#include "ImGuiLayer.hpp"#include "WorldSystem/SceneManager.hpp"#include "Time.hpp"#include "Core/Threading/MainThreadComandQueue.hpp"#include "Core/Threading/ThreadPool.hpp"

Go to the source code of this file.
Classes | |
| class | Cori::Core::Application |
| Main Application object, there can only be one Application object. Basically a root of the program. More... | |
Namespaces | |
| namespace | Cori |
| Global engine namespace. | |
| namespace | Cori::Core |
| Core systems of the engine are here. | |
Functions | |
| Application * | Cori::Core::CreateApplication () |