using git now lol

This commit is contained in:
2026-01-21 13:51:24 -06:00
parent 3117428afe
commit f3c0aafe2f
20 changed files with 529 additions and 0 deletions

9
game.c Normal file
View File

@@ -0,0 +1,9 @@
/*Troy Rosin*/
#include <game.h>
#include <input.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <mydebug.h>