]> git.localhorst.tv Git - l2e.git/blob - src/app/fwd.h
72490100b51460640c6d20544cb0f7e0d8e5afb1
[l2e.git] / src / app / fwd.h
1 /*
2  * fwd.h
3  *
4  *  Created on: Sep 29, 2012
5  *      Author: holy
6  */
7
8 #ifndef APP_FWD_H_
9 #define APP_FWD_H_
10
11 namespace app {
12
13 class Application;
14 class Arguments;
15 class Input;
16 class State;
17 template<class Time>
18 struct TimerData;
19 template<class Time>
20 class Timer;
21 template<class Time>
22 class Timers;
23
24 }
25
26 #endif /* APP_FWD_H_ */