X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FState.h;h=84082aeb8f322bf5a956378ef6aaecce57051447;hb=eb2ad5ffd08128d31af32f3929a3295fcfa251e9;hp=0b8d51f628a846deacd1f4ce67e6ff6160f93c04;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/app/State.h b/src/app/State.h index 0b8d51f..84082ae 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 @@ -81,4 +85,4 @@ private: } -#endif /* APP_STATE_H_ */ +#endif