Kickstart a new rewrite of the raidillon engine
Endless refactors, refactor everyday, refactor relentlessly, refactor every morning, every day, every hour.
This commit is contained in:
commit
f7d5c14caf
19 changed files with 4391 additions and 0 deletions
5
raidillon_platform/src/platform.rs
Normal file
5
raidillon_platform/src/platform.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
pub trait Platform {
|
||||
/// Initialize platform.
|
||||
fn initialize(title: String, width: u32, height: u32) -> Self;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue