#pragma once #include "raw_controller.hpp" namespace JabyEngine { namespace Periphery { extern RawController controller[1][1]; void query_controller(); } }