comparison Applications/Sdl/SdlWindow.h @ 214:1c5a47dda299

SdlOrthancSurface
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 18:33:34 +0200
parents 4cff7b1ed31d
children b70e9be013e4
comparison
equal deleted inserted replaced
213:f753a7e15a73 214:1c5a47dda299
49 unsigned int GetHeight() const; 49 unsigned int GetHeight() const;
50 50
51 void Render(SDL_Surface* surface); 51 void Render(SDL_Surface* surface);
52 52
53 void ToggleMaximize(); 53 void ToggleMaximize();
54
55 static void GlobalInitialize();
56
57 static void GlobalFinalize();
54 }; 58 };
55 } 59 }
56 60
57 #endif 61 #endif