X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FApplication.h;h=db089e09356c168509f5bc1dcd2c4d8b741e4bab;hb=HEAD;hp=e29bc63feb885e613efea2fd998565d48803c144;hpb=092a2dd175a4001a495c84ee85211734fb928c83;p=l2e.git diff --git a/src/app/Application.h b/src/app/Application.h index e29bc63..db089e0 100644 --- a/src/app/Application.h +++ b/src/app/Application.h @@ -82,10 +82,11 @@ private: Timers globalTimers; Input input; Uint32 last; + Uint32 remaining; bool inStateChage; }; } -#endif /* APP_APPLICATION_H_ */ +#endif