VERSION macro safeguard

This commit is contained in:
Nicolás Ortega Froysa 2018-10-25 19:59:19 +02:00
parent 552ca5e6a9
commit 6e25741cc9
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -27,6 +27,10 @@
#include <SDL2/SDL.h>
#include <GL/gl.h>
#ifndef VERSION
# define VERSION "version"
#endif
#define SCREEN_WIDTH 800
#define SCREEN_HEIGHT 600