]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Application.h
removed useless comments
[l2e.git] / src / app / Application.h
index 62d9740b943aa41107d78c32f704671f427a9392..817f79fd2217499cd470c04eb22e1ff6755f91f9 100644 (file)
@@ -1,10 +1,15 @@
 #ifndef APP_APPLICATION_H_
 #define APP_APPLICATION_H_
 
-#include "fwd.h"
+namespace app {
+       class State;
+}
+namespace sdl {
+       class InitScreen;
+}
+
 #include "Input.h"
 #include "Timer.h"
-#include "../sdl/InitScreen.h"
 
 #include <stack>
 #include <queue>
@@ -83,4 +88,4 @@ private:
 
 }
 
-#endif /* APP_APPLICATION_H_ */
+#endif