]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/State.h
removed lazy fwd headers
[l2e.git] / src / app / State.h
index 0b8d51f628a846deacd1f4ce67e6ff6160f93c04..58538faf99c70f33dd6b16c5b66dfb6a63cb3845 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>