Add new module for project loading stuff

This commit is contained in:
Aleksey Kladov
2020-06-25 23:44:58 +02:00
parent 3d0f782138
commit 72fb712dff
5 changed files with 260 additions and 238 deletions

View File

@@ -18,6 +18,7 @@ macro_rules! eprintln {
}
mod global_state;
mod reload;
mod main_loop;
mod dispatch;
mod handlers;