blob: 07c60452b2d440590252211fcf1403a3b7998199 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>
* 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
|