]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/fwd.h
added forwarding headers
[l2e.git] / src / app / fwd.h
diff --git a/src/app/fwd.h b/src/app/fwd.h
new file mode 100644 (file)
index 0000000..7249010
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * fwd.h
+ *
+ *  Created on: Sep 29, 2012
+ *      Author: holy
+ */
+
+#ifndef APP_FWD_H_
+#define APP_FWD_H_
+
+namespace app {
+
+class Application;
+class Arguments;
+class Input;
+class State;
+template<class Time>
+struct TimerData;
+template<class Time>
+class Timer;
+template<class Time>
+class Timers;
+
+}
+
+#endif /* APP_FWD_H_ */