]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/State.h
initialize objects after loading
[l2e.git] / src / app / State.h
index 0b8d51f628a846deacd1f4ce67e6ff6160f93c04..84082aeb8f322bf5a956378ef6aaecce57051447 100644 (file)
@@ -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 <SDL.h>
@@ -81,4 +85,4 @@ private:
 
 }
 
-#endif /* APP_STATE_H_ */
+#endif