![]() |
Raven Engine v0.1
|
Centralized access to core subsystems of the Raven Engine. More...
#include "Raven/Events/WindowEvent.h"#include "Raven/Events/Event.h"#include "Raven/Events/EventDispatcher.h"#include "Raven/Input/KeyEvent.h"#include "Raven/Input/MouseEvent.h"#include "Raven/Input/KeyCodes.h"#include "Raven/Input/MouseCodes.h"#include "Raven/Input/Input.h"#include "Raven/Core/Memory.h"#include "Raven/Core/Logging.h"#include "Raven/Core/ErrorHandling.h"#include "Raven/Core/Types.h"#include "Raven/Job/Threadpool.h"#include "Raven/Configuration/ConfigurationManager.h"#include "Raven/Core/System.h"#include "Raven/Core/EntityComponentSystem.h"Centralized access to core subsystems of the Raven Engine.
This header file provides convenient access to key core components of the Raven Engine. It bundles important headers related to various subsystems such as application management, event handling, input management, memory, logging, error handling, custom types, job systems, configuration, and system management. By including this file, developers can easily integrate core engine features into submodules.