// [FAILED] // [ OK ] #pragma once void loggerLog(char* str); void loggerOK(char* str); void loggerFailed(char* str);