Add files via upload

This commit is contained in:
66945
2024-01-06 13:39:26 -07:00
committed by GitHub
commit c62b1ba810
13 changed files with 1747 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@echo off
set files=main.c gfx\gfx.c game\motion.c game\planner.c game\math\bezier.c game\math\mathutils.c
set libs=-l./lib/x64/SDL2 -l./lib/x64/SDL2main -l./lib/x64/SDL2_image
clang %files% -o auto.exe %libs%
auto figure.txt