diff options
Diffstat (limited to 'mingling/src/res.rs')
| -rw-r--r-- | mingling/src/res.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling/src/res.rs b/mingling/src/res.rs index ab524cd..82c4e00 100644 --- a/mingling/src/res.rs +++ b/mingling/src/res.rs @@ -9,3 +9,6 @@ pub use exit_code::*; mod confirmer; pub use confirmer::*; + +mod osc94; +pub use osc94::*; |
