mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-12 21:03:18 +00:00
Changed imports style.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
//! The table of all decks in the game
|
||||
|
||||
// Std
|
||||
use std::io::{Read, Seek, Write};
|
||||
|
||||
// Crate
|
||||
// Imports
|
||||
use crate::{
|
||||
game::{deck::deck, Bytes, Deck},
|
||||
io::{address::Data, GameFile},
|
||||
};
|
||||
use std::io::{Read, Seek, Write};
|
||||
|
||||
/// The decks table, where all decks are stored
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user