/* * SPDX-FileCopyrightText: 2025 Felix Morgner * SPDX-License-Identifier: LGPL-2.1-only */ #ifndef TURNSMM_HPP #define TURNSMM_HPP #include "turnsmm/init.hpp" // IWYU pragma: export #include "turnsmm/participant.hpp" // IWYU pragma: export #include "turnsmm/turn-order.hpp" // IWYU pragma: export #endif