VERSION macro safeguard
This commit is contained in:
parent
552ca5e6a9
commit
6e25741cc9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user