zmidimap/include/log.hpp
zawz e7c1384079 +Added no-log option
*Safer kill method
2019-08-06 17:49:58 +02:00

12 lines
157 B
C++

#ifndef LOG_HPP
#define LOG_HPP
#include <string>
#define DEFAULT_LOG_STATE true
extern bool log_on;
void log(const std::string& str);
#endif //LOG_HPP