From a35ac047f394056508be66e53a8ca41219b8b239 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 27 Jan 2023 16:16:20 +0100 Subject: [PATCH] renamed RETURN_CODES to LOGGER_EXIT_CODES I should probably add "WHY2" at beginning of every flag, function etc. but I'm to lazy for that :) --- include/logger/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/logger/flags.h b/include/logger/flags.h index 94f76bb..7564779 100644 --- a/include/logger/flags.h +++ b/include/logger/flags.h @@ -20,7 +20,7 @@ along with this program. If not, see . #define WHY2_LOGGER_FLAGS_H //CONSTS -const enum RETURN_CODES //exit codes you fucking idiot (2#) +const enum LOGGER_EXIT_CODES //exit codes you fucking idiot (2#) { INVALID_FILE = -1 //THIS WILL HAPPEN IF YOU USE TOO MUCH LOGS lol };