X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fsdl%2FInitScreen.h;h=9032776d370eb5632ef944f41825ad237c298732;hb=273ffc5020b509e7be9ec7f201b6b1ba0cc4709a;hp=5455a17675da1e87bd0bde032f1b60a952468976;hpb=4a1816af30dcfe53181a25355bd51cc7b24a83f1;p=l2e.git diff --git a/src/sdl/InitScreen.h b/src/sdl/InitScreen.h index 5455a17..9032776 100644 --- a/src/sdl/InitScreen.h +++ b/src/sdl/InitScreen.h @@ -1,10 +1,3 @@ -/* - * InitScreen.h - * - * Created on: Apr 22, 2012 - * Author: holy - */ - #ifndef SDL_INITSCREEN_H_ #define SDL_INITSCREEN_H_ @@ -25,7 +18,7 @@ public: SDL_Surface *Screen(void) { return screen; }; const SDL_Surface *Screen(void) const { return screen; }; - void Flip(void) { SDL_Flip(screen); }; + void Flip(void); SDL_Surface *Resize(int width, int height); private: @@ -37,4 +30,4 @@ private: } -#endif /* SDL_INITSCREEN_H_ */ +#endif