X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;fp=src%2Fapp%2FApplication.h;h=b7b0001f7bbbf874a193f7a8dbaeb0e2cd50a07a;hb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;hp=cf1261b28f1a8c8799c3ce8aa2a5217af9ef3ab2;hpb=f6085f8568f2c754ed2eac294171e542139581f4;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index cf1261b..b7b0001 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -8,6 +8,7 @@ #ifndef APP_APPLICATION_H_ #define APP_APPLICATION_H_ +#include "fwd.h" #include "Input.h" #include "Timer.h" #include "../sdl/InitScreen.h" @@ -19,8 +20,6 @@ namespace app { -class State; - class Application { public: