diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-06-18 15:33:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-06-18 15:33:43 +0200 |
| commit | c6262346b45b6c84fd1a009f21465d3af1b63593 (patch) | |
| tree | 5e42bdd85b4cf0a4eb0d7994320569732d663d07 /ttwhy/lib.cppm | |
| parent | 4a365d974b17f71914909df8fe532edc929f3cad (diff) | |
| download | ttwhy-c6262346b45b6c84fd1a009f21465d3af1b63593.tar.xz ttwhy-c6262346b45b6c84fd1a009f21465d3af1b63593.zip | |
lib: prepare for state machine
Diffstat (limited to 'ttwhy/lib.cppm')
| -rw-r--r-- | ttwhy/lib.cppm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ttwhy/lib.cppm b/ttwhy/lib.cppm index 14e0d5c..b7766bd 100644 --- a/ttwhy/lib.cppm +++ b/ttwhy/lib.cppm @@ -1,4 +1,5 @@ export module ttwhy; +export import :event; export import :io; export import :scoped_attributes; |
