X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FState.h;fp=src%2Fapp%2FState.h;h=58538faf99c70f33dd6b16c5b66dfb6a63cb3845;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=0b8d51f628a846deacd1f4ce67e6ff6160f93c04;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/app/State.h b/src/app/State.h index 0b8d51f..58538fa 100644 --- a/src/app/State.h +++ b/src/app/State.h @@ -1,7 +1,11 @@ #ifndef APP_APPLICATIONSTATE_H_ #define APP_APPLICATIONSTATE_H_ -#include "fwd.h" +namespace app { + class Application; + class Input; +} + #include "Timer.h" #include