#ifndef DEBUGSTATE_HPP #define DEBUGSTATE_HPP #include "State.hpp" class DebugState : public State { ViewCamera _debugCam; glm::vec3 _movement; glm::vec2 _debugLook; bool _freeLook = false; bool _sonicMode = false; bool _invertedY; std::shared_ptr