![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <Systems/ObjectSelectionSystem.hpp>
#include <Common/Profiler.hpp>
#include <Common/Types.hpp>
#include <Components/BoxColliderComponent.hpp>
#include <Components/CameraComponent.hpp>
#include <Components/ModelComponent.hpp>
#include <Components/NameComponent.hpp>
#include <Components/RenderingTextureComponent.hpp>
#include <Components/SelectedEntityComponent.hpp>
#include <Components/TransformComponent.hpp>
#include <ECS/EntityHierarchy.hpp>
#include <ECS/RegistryViewer.hpp>
#include <InputManager/InputManager.hpp>
#include <Utils/InputUtils.hpp>
Namespaces | |
namespace | shkyera |