#pragma once #include <entt/entity/fwd.hpp> namespace testbed { void command_system(entt::registry &); }