#pragma once #include "System.h" namespace crepe { class InputSystem : public System { public: using System::System; void update() override; void }; } // namespace crepe