Render byte buffers from the application

This commit is contained in:
2024-10-16 00:25:31 -04:00
parent ce01974243
commit a4b81c2603
10 changed files with 156 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ else
endif
build:
@$(CC) cli.c game.c main.c -I . \
@$(CC) cli.c game.c graphics.c main.c assets/assets.s -I . \
$(SHROOMSFLAGS) $(SDL2FLAGS) \
-D POSIX_C_SOURCE=199309L \
-o shrooms-vb \