diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-20 10:25:09 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-20 10:28:48 +0200 |
| commit | a4b92ca698770dc64639e51c76edb5dee16d2792 (patch) | |
| tree | 68f2dd6d99f50f5dd5d875703a1999863e9a650a /ttwhy/scanners/mod.cppm | |
| parent | c5f8cd91186adbe9c68835675a019449cc275c6d (diff) | |
| download | ttwhy-a4b92ca698770dc64639e51c76edb5dee16d2792.tar.xz ttwhy-a4b92ca698770dc64639e51c76edb5dee16d2792.zip | |
lib: switch to policy based scanner design
Diffstat (limited to 'ttwhy/scanners/mod.cppm')
| -rw-r--r-- | ttwhy/scanners/mod.cppm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ttwhy/scanners/mod.cppm b/ttwhy/scanners/mod.cppm index 8dc3009..54f1e0e 100644 --- a/ttwhy/scanners/mod.cppm +++ b/ttwhy/scanners/mod.cppm @@ -1,5 +1,6 @@ export module ttwhy.scanners; -export import :ansi; export import :concepts; export import :events; +export import :terminal_policies; +export import :terminal_scanner; |
