diff options
Diffstat (limited to 'source/dw/app.rs')
-rw-r--r-- | source/dw/app.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/dw/app.rs b/source/dw/app.rs index ffd44fb..3fbc61f 100644 --- a/source/dw/app.rs +++ b/source/dw/app.rs @@ -20,6 +20,7 @@ pub struct App { static mut GOTINT: AtomicBool = AtomicBool::new(false); pub mod getshdprg; +pub mod end; pub mod ini; pub mod inigfx; pub mod inisig; |