Проектная работа - WIP

This commit is contained in:
7 changed files with 50 additions and 7 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ mod observers;
mod startup;
mod tools;
pub use gameplay::{check_bounds_colisions, head_moving, head_rotation, snake_moving};
pub use gameplay::{check_bounds_colisions, check_meal_collisions, check_tail_colisions, head_moving, head_rotation, snake_moving};
pub use startup::{setup_window, startup};
pub use tools::define_log_layer;