Make some vars static

This commit is contained in:
rdanbrook 2019-04-29 12:25:32 -04:00
parent 441332cb3b
commit c8df1d8bed

View file

@ -29,8 +29,8 @@
#include "smsplus.h"
#include "video.h"
settings_t settings;
gamedata_t gdata;
static settings_t settings;
static gamedata_t gdata;
static GLFWwindow *window;
static int frames = 1;