split up more files
This commit is contained in:
+5
-5
@@ -1,14 +1,14 @@
|
||||
use rfd::FileDialog;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::fs;
|
||||
use std::path::PathBuf;
|
||||
|
||||
/*
|
||||
* Persistence logic for dungeon state.
|
||||
* Handles saving and loading the complete dungeon state
|
||||
* (settings and layout data) to and from disk using JSON.
|
||||
*/
|
||||
|
||||
use rfd::FileDialog;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::fs;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use crate::layout::DungeonLayout;
|
||||
use crate::ui::UiSettings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user