X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FUnloadState.hpp;h=6d5cea71ae2a89ecd3f417ad286a4ba7705e639b;hb=f5e5e8522b94a6b81a137d4bca7665ef15bcd2c6;hp=56394bb60c8105e4aee5eeb20cf4b7b26aff3b1c;hpb=29ee0558fdd951b25f41005ed721241b1f28aefa;p=blank.git diff --git a/src/app/UnloadState.hpp b/src/app/UnloadState.hpp index 56394bb..6d5cea7 100644 --- a/src/app/UnloadState.hpp +++ b/src/app/UnloadState.hpp @@ -1,5 +1,5 @@ -#ifndef BLANK_APP_PRELOADSTATE_HPP_ -#define BLANK_APP_PRELOADSTATE_HPP_ +#ifndef BLANK_APP_UNLOADSTATE_HPP_ +#define BLANK_APP_UNLOADSTATE_HPP_ #include "State.hpp" @@ -22,6 +22,8 @@ class UnloadState public: UnloadState(Environment &, ChunkLoader &); + void OnResume(); + void Handle(const SDL_Event &) override; void Update(int dt) override; void Render(Viewport &) override;