]> git.localhorst.tv Git - l2e.git/blob - src/app/fwd.h
60932a4634cd9837deeb53bea2efed3b09730482
[l2e.git] / src / app / fwd.h
1 #ifndef APP_FWD_H_
2 #define APP_FWD_H_
3
4 namespace app {
5
6 class Application;
7 class Arguments;
8 class Input;
9 class State;
10 template<class Time>
11 struct TimerData;
12 template<class Time>
13 class Timer;
14 template<class Time>
15 class Timers;
16
17 }
18
19 #endif /* APP_FWD_H_ */