![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <memory>
#include <Common/Profiler.hpp>
#include <Components/RenderingTextureComponent.hpp>
#include <Components/TransformComponent.hpp>
#include <ECS/Registry.hpp>
#include <ECS/RegistryViewer.hpp>
#include <InputManager/InputManager.hpp>
#include <Systems/CameraMovementSystem.hpp>
#include <GLFW/glfw3.h>
Go to the source code of this file.
Classes | |
class | shkyera::CameraMovementSystem< MainCameraTag > |
Namespaces | |
namespace | shkyera |