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

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