From fb015121f064f2be12d1e28cdc7c54e074ed0411 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 12 May 2025 17:53:49 +0200 Subject: lib: begin basic C++ wrapper --- lib/src/turnsmm.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/src/turnsmm.hpp (limited to 'lib/src/turnsmm.hpp') diff --git a/lib/src/turnsmm.hpp b/lib/src/turnsmm.hpp new file mode 100644 index 0000000..122a5c9 --- /dev/null +++ b/lib/src/turnsmm.hpp @@ -0,0 +1,6 @@ +#ifndef TURNSMM_HPP +#define TURNSMM_HPP + +#include "turnsmm/participant.hpp" // IWYU pragma: export + +#endif \ No newline at end of file -- cgit v1.2.3