structure: Create a module for custom event loops

This commit is contained in:
Dorota Czaplejewicz
2022-12-01 12:13:36 +00:00
parent 38165ac039
commit 783ca9ae11
6 changed files with 12 additions and 3 deletions

View File

@ -4,8 +4,8 @@
/*! Glue for the main loop. */
use crate::actors;
use crate::actors::external::debug;
use crate::animation;
use crate::debug;
use crate::data::loading;
use crate::event_loop;
use crate::panel;