1 2 3 4 5 6
use crate::foundation::time; /// Just a simnple renderable trait pub trait Renderable { fn render(&self, t: time::Time); }