got rid of the stupid Func_ in the function names

This commit is contained in:
Return0ne 2021-11-22 18:33:11 -05:00
parent d766ed5fce
commit 02bc8500aa
10 changed files with 37 additions and 33 deletions

View file

@ -8,9 +8,9 @@ OBJS = src/Main.c src/Controls.c src/Debug.c src/Copying.c
CC = cc
#gimmie dem warnings yo
#gimmie ALL dem 1999 era warnings yo
COMPILER_FLAGS = -Wall
COMPILER_FLAGS = -std=c99 -Wall
#libs we linkin bro