X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fsdl%2FInitScreen.h;h=dd5e2456fd0adde7e2aae71081f6f19d0b7acb24;hb=3a86cc937e9fce68384efc08edb6d6ba101d12eb;hp=5455a17675da1e87bd0bde032f1b60a952468976;hpb=4a1816af30dcfe53181a25355bd51cc7b24a83f1;p=l2e.git diff --git a/src/sdl/InitScreen.h b/src/sdl/InitScreen.h index 5455a17..dd5e245 100644 --- a/src/sdl/InitScreen.h +++ b/src/sdl/InitScreen.h @@ -25,7 +25,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: