diff options
Diffstat (limited to 'lib/include/turns.h')
| -rw-r--r-- | lib/include/turns.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/include/turns.h b/lib/include/turns.h new file mode 100644 index 0000000..ed6a0bf --- /dev/null +++ b/lib/include/turns.h @@ -0,0 +1,13 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + +#ifndef TURNS_H +#define TURNS_H + +#include "turns-init.h" // IWYU pragma: export +#include "turns-participant.h" // IWYU pragma: export +#include "turns-turn-order.h" // IWYU pragma: export + +#endif |
