X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvideo.cpp;h=9ca749090bb2594715c2755cfdbaf1f4785aa091;hb=1c26b00fe4ae49984de2d33f7d13c20760664dd9;hp=787dbb00c9aa6b2cc8b4a8939c3354b8b6c8e5fe;hpb=5e16b2a6d9d5230b19fbc30d8c15fea65880b1d4;p=thunder diff --git a/src/video.cpp b/src/video.cpp index 787dbb0..9ca7490 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -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 //