X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Ffwd.h;fp=src%2Fapp%2Ffwd.h;h=72490100b51460640c6d20544cb0f7e0d8e5afb1;hb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;hp=0000000000000000000000000000000000000000;hpb=f6085f8568f2c754ed2eac294171e542139581f4;p=l2e.git diff --git a/src/app/fwd.h b/src/app/fwd.h new file mode 100644 index 0000000..7249010 --- /dev/null +++ b/src/app/fwd.h @@ -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 +struct TimerData; +template +class Timer; +template +class Timers; + +} + +#endif /* APP_FWD_H_ */