X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;fp=src%2Fapp%2FApplication.h;h=e29bc63feb885e613efea2fd998565d48803c144;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=62d9740b943aa41107d78c32f704671f427a9392;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index 62d9740..e29bc63 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