diff options
Diffstat (limited to 'lib/include/turnsmm.hpp')
| -rw-r--r-- | lib/include/turnsmm.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/include/turnsmm.hpp b/lib/include/turnsmm.hpp new file mode 100644 index 0000000..07c6045 --- /dev/null +++ b/lib/include/turnsmm.hpp @@ -0,0 +1,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
\ No newline at end of file |
