diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-24 09:25:02 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:04 -0500 |
| commit | 2cb5c21b8e15b02a09144ff6c1ab11e87879a420 (patch) | |
| tree | 1831209831543f7092f71e84dd5438ed0653c2a1 /src/createinstancedialog.h | |
| parent | ebbc8ed60c606b1b76fcea36eb2bd5db6373f7f0 (diff) | |
fixed settings doing weird stuff with multiple instances
sort games by name
added intro and confirmation pages
Diffstat (limited to 'src/createinstancedialog.h')
| -rw-r--r-- | src/createinstancedialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/createinstancedialog.h b/src/createinstancedialog.h index ac1c30b6..02608c8d 100644 --- a/src/createinstancedialog.h +++ b/src/createinstancedialog.h @@ -36,6 +36,7 @@ public: void finish(); void updateNavigation(); + bool isOnLastPage() const; Types selectedType() const; MOBase::IPluginGame* selectedGame() const; |
