fn main in playground has no errors currently

This commit is contained in:
LunarAkai 2025-07-27 11:31:25 +02:00
commit 01ff7d39b1
3 changed files with 29 additions and 11 deletions

View file

@ -1,5 +1,6 @@
use glium::Frame;
pub trait GamePlugin {
fn init(&mut self);
fn update(&mut self);