X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=909942b829730020ecd598e368bcbaefc4d7edcb;hb=4a1816af30dcfe53181a25355bd51cc7b24a83f1;hp=159f627c0a87f1c4ab62e63eaf67594d4d30de9d;hpb=a378f581fb88ce4ca718a18d7cc80d7007ebc66a;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index 159f627..909942b 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -21,7 +21,7 @@ class State; class Application { public: - explicit Application(SDL_Surface *screen, State *initialState); + Application(sdl::InitScreen *screen, State *initialState); ~Application(void); private: Application(const Application &); @@ -49,7 +49,7 @@ private: void Render(void); private: - SDL_Surface *screen; + sdl::InitScreen *screen; std::stack states; Uint32 last;