1
0
Fork 0
This commit is contained in:
Florian RICHER (MrDev023) 2021-07-24 13:37:14 +02:00
commit 687ce0f7bb
14 changed files with 2120 additions and 0 deletions

6
src/main.rs Normal file
View file

@ -0,0 +1,6 @@
mod windows;
pub mod common;
fn main() {
windows::start();
}