Rename header files to .c

This commit is contained in:
Fierelier 2024-06-30 22:17:04 +02:00
parent a5c52ebb76
commit 250f7f0c2f
4 changed files with 2 additions and 2 deletions

View File

View File

@ -1,7 +1,7 @@
#include <stdint.h> #include <stdint.h>
#include <SDL/SDL.h> #include <SDL/SDL.h>
#include "graphics.h" #include "graphics.c"
#include "events.h" #include "events.c"
unigi_type_error unigi_init() { unigi_type_error unigi_init() {
return 0; return 0;