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 :)
This commit is contained in:
Václav Šmejkal 2023-01-27 16:16:20 +01:00
parent 1a209b8675
commit a35ac047f3
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -20,7 +20,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#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
};