fn main in playground has no errors currently
This commit is contained in:
parent
552a36a146
commit
01ff7d39b1
3 changed files with 29 additions and 11 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use glium::Frame;
|
||||
|
||||
|
||||
pub trait GamePlugin {
|
||||
fn init(&mut self);
|
||||
fn update(&mut self);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue