1 2 3 4 5 6 7 8 9
#pragma once namespace floormat { bool is_log_quiet(); bool is_log_verbose(); bool is_log_standard(); } // namespace floormat