Add menus to Linux character editor

Patch from @x-qq
This commit is contained in:
2020-02-01 19:16:18 -05:00
parent ef734d60d3
commit 5675ab8c71
14 changed files with 339 additions and 64 deletions

View File

@@ -8,10 +8,6 @@
#include <stdexcept>
#include <utility>
// implemented elsewhere
void handle_menu_choice(eMenu);
void handle_menu_spell(eSpell);
OpenBoEMenu::OpenBoEMenu(sf::RenderWindow& window, cUniverse& universe)
: tgui { window }
, mainPtr { window }