X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=41198bce88c4f2e4f5ca1a7c07c8af9c713d9c8b;hb=3f9f41338d8100a719e161a3a1cdda9dd227e2b4;hp=cf1261b28f1a8c8799c3ce8aa2a5217af9ef3ab2;hpb=bce16ed519add0d5398d504d2554395c43c74571;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index cf1261b..41198bc 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -8,6 +8,7 @@ #ifndef APP_APPLICATION_H_ #define APP_APPLICATION_H_ +#include "fwd.h" #include "Input.h" #include "Timer.h" #include "../sdl/InitScreen.h" @@ -19,8 +20,6 @@ namespace app { -class State; - class Application { public: @@ -72,6 +71,7 @@ private: Timers globalTimers; Input input; Uint32 last; + bool inStateChage; };