aboutsummaryrefslogtreecommitdiff
path: root/ttwhy/scanners/mod.cppm
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-19 19:25:30 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-19 19:25:30 +0200
commit7da39cd68d2bed2f49452ac5f9a3c01c52d0c5ba (patch)
treea2c2adc18bc5bdaa1e1e2f80e75d1acbce78d7bb /ttwhy/scanners/mod.cppm
parentb198d40e35050c8692296f06acedfaf5e3c8a023 (diff)
downloadttwhy-7da39cd68d2bed2f49452ac5f9a3c01c52d0c5ba.tar.xz
ttwhy-7da39cd68d2bed2f49452ac5f9a3c01c52d0c5ba.zip
lib: clean up structure
Diffstat (limited to 'ttwhy/scanners/mod.cppm')
-rw-r--r--ttwhy/scanners/mod.cppm5
1 files changed, 5 insertions, 0 deletions
diff --git a/ttwhy/scanners/mod.cppm b/ttwhy/scanners/mod.cppm
new file mode 100644
index 0000000..8dc3009
--- /dev/null
+++ b/ttwhy/scanners/mod.cppm
@@ -0,0 +1,5 @@
+export module ttwhy.scanners;
+
+export import :ansi;
+export import :concepts;
+export import :events;