- Resolució i tamany de camp igual a la recreativa

- Logo
This commit is contained in:
2023-11-23 17:16:43 +01:00
parent 716f657278
commit 2d728e9121
2 changed files with 104 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
windows:
gcc main.c -lmingw32 -lSDL2main -lSDL2 -o jix.exe
gcc -g main.c -lmingw32 -lSDL2main -lSDL2 -o jix.exe
linux:
gcc main.c -lSDL2 -o jix
gcc -g main.c -lSDL2 -o jix