Update playfield.c

This commit is contained in:
Jason Bou-Samra
2024-03-17 12:30:43 +11:00
committed by GitHub
parent a77ce6f7b0
commit 6a58f54b15
+1 -1
View File
@@ -8,7 +8,7 @@
** playfield example in C/SDL **
** CHANGES : see changes.txt **
********************************************************/
/* to compile: cc name.c -lSDL2 -lm */
/* to compile: cc playfield.c -lSDL2 -lm */
#include <stdio.h>
#include <SDL2/SDL.h>