zenyx-engine/engine/src/utils/mod.rs
Jason Spalti a4a8c59bb8
Refactor logging system to switch between stdout and file logging
* Refactor logging to switch between stdout and file logging

* Use "clear" instead of "tput reset" for unix

* Remove redundant comments
2025-04-22 21:46:48 +02:00

2 lines
32 B
Rust

pub mod logger;
pub mod splash;