Primera build. Ja mostra algo per pantalla. Primer esqueleto del joc. Encara no te res mes

This commit is contained in:
2021-09-06 23:12:49 +02:00
parent 5541967cc7
commit 1294a7a799
7 changed files with 1190 additions and 304 deletions

View File

@@ -1,4 +1,6 @@
#include <SDL2/SDL.h>
#ifdef __APPLE__
#include "/Library/Frameworks/SDL2.framework/Versions/A/Headers/SDL.h"
#endif
#ifdef __linux__
#ifdef __MIPSEL__