]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/State.h
added forwarding headers
[l2e.git] / src / app / State.h
index c74043bf6b7bacc1e2d2f336ed99a42115f261fd..958e423c508b1dffd4d2a6562bb4ba90051894c1 100644 (file)
@@ -8,15 +8,13 @@
 #ifndef APP_APPLICATIONSTATE_H_
 #define APP_APPLICATIONSTATE_H_
 
+#include "fwd.h"
 #include "Timer.h"
 
 #include <SDL.h>
 
 namespace app {
 
-class Application;
-class Input;
-
 class State {
 
 public: