added comments to clearify what is in each rust file
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Entry point for the Desktop Dungeon Generator.
|
||||
* Handles application initialization, module declarations,
|
||||
* and starts the eframe/egui event loop.
|
||||
*/
|
||||
|
||||
mod app;
|
||||
mod exporter;
|
||||
mod interact;
|
||||
|
||||
Reference in New Issue
Block a user