VERSION macro safeguard
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user