diff options
Diffstat (limited to 'src/login/LoginView.h')
| -rw-r--r-- | src/login/LoginView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/LoginView.h b/src/login/LoginView.h index fe87a3f..ae7af4e 100644 --- a/src/login/LoginView.h +++ b/src/login/LoginView.h @@ -35,6 +35,7 @@ public: class CancelAction; LoginView(); virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); + virtual void OnTryExit(ExitMethod method); void AttachController(LoginController * c_) { c = c_; } void NotifyStatusChanged(LoginModel * sender); virtual void OnDraw(); |
