X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=817f79fd2217499cd470c04eb22e1ff6755f91f9;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=df5de259857c8c4d8c7e231ff799c1a165b2b2b7;hpb=ede708d4e15a34a4443727fc64fd28946fcbeb41;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index df5de25..817f79f 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -1,17 +1,15 @@ -/* - * Application.h - * - * Created on: Apr 8, 2012 - * Author: holy - */ - #ifndef APP_APPLICATION_H_ #define APP_APPLICATION_H_ -#include "fwd.h" +namespace app { + class State; +} +namespace sdl { + class InitScreen; +} + #include "Input.h" #include "Timer.h" -#include "../sdl/InitScreen.h" #include #include @@ -90,4 +88,4 @@ private: } -#endif /* APP_APPLICATION_H_ */ +#endif