remove system.rs
This commit is contained in:
parent
0b4d062725
commit
53db829e19
|
@ -1,10 +0,0 @@
|
|||
use std::time::Duration;
|
||||
|
||||
trait System {
|
||||
fn new();
|
||||
|
||||
fn update(dt: Duration);
|
||||
fn input_update(dt: Duration);
|
||||
fn render(interopolate_alpha: f32, dt: Duration);
|
||||
fn destroy();
|
||||
}
|
Loading…
Reference in New Issue