X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=817f79fd2217499cd470c04eb22e1ff6755f91f9;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=62d9740b943aa41107d78c32f704671f427a9392;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index 62d9740..817f79f 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -1,10 +1,15 @@ #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 @@ -83,4 +88,4 @@ private: } -#endif /* APP_APPLICATION_H_ */ +#endif