forked from akanyan/STARTLINER
8 lines
159 B
Rust
8 lines
159 B
Rust
use ini::Ini;
|
|
use crate::model::{misc::Game, profile::Display};
|
|
|
|
impl Display {
|
|
pub fn line_up(&self, _game: Game, _ini: &mut Ini) {
|
|
// nop
|
|
}
|
|
} |