// // Created by Иван Ильин on 13.01.2021. // #ifndef ENGINE_LOG_H #define ENGINE_LOG_H #include namespace Log { void log(const std::string &message); }; #endif //INC_3DZAVR_LOG_H