]> Shamusworld >> Repos - thunder/blobdiff - src/video.cpp
Added DIP switch fungibility, misc. code cleanups.
[thunder] / src / video.cpp
index 787dbb00c9aa6b2cc8b4a8939c3354b8b6c8e5fe..9ca749090bb2594715c2755cfdbaf1f4785aa091 100644 (file)
@@ -22,6 +22,7 @@
 
 // Exported global variables (actually, these are LOCAL global variables, EXPORTED...)
 
+//SDL_Surface * screen;
 static SDL_Window * sdlWindow = NULL;
 SDL_Renderer * sdlRenderer = NULL;
 static SDL_Texture * sdlTexture = NULL;
@@ -32,6 +33,7 @@ struct
        bool fullscreen;
 } settings;
 
+
 //
 // Prime SDL and create surfaces
 //