]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Application.h
added forwarding headers
[l2e.git] / src / app / Application.h
index cf1261b28f1a8c8799c3ce8aa2a5217af9ef3ab2..b7b0001f7bbbf874a193f7a8dbaeb0e2cd50a07a 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef APP_APPLICATION_H_
 #define APP_APPLICATION_H_
 
+#include "fwd.h"
 #include "Input.h"
 #include "Timer.h"
 #include "../sdl/InitScreen.h"
@@ -19,8 +20,6 @@
 
 namespace app {
 
-class State;
-
 class Application {
 
 public: