Fork rename

This commit is contained in:
Erwin Ried 2020-05-12 16:12:16 +02:00
parent f1ca56b875
commit 7058c872f3
4 changed files with 326 additions and 994 deletions

View file

@ -54,6 +54,8 @@ enum modal_t {
ABORT
};
//#define VERSION_STRING "v1.0.0"; // TODO: Move somewhere else
class NavigationView : public View {
public:
std::function<void(const View&)> on_view_changed { };
@ -109,7 +111,7 @@ public:
void set_title(const std::string new_value);
private:
static constexpr auto default_title = "PortaPack|Havoc";
static constexpr auto default_title = "MAYHEM v1.0.0"; // TODO: Move the version somewhere
NavigationView& nav_;