mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add interactive world map with continent/zone navigation
This commit is contained in:
parent
47945451be
commit
affcfcfce1
6 changed files with 1172 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "game/game_handler.hpp"
|
||||
#include "game/inventory.hpp"
|
||||
#include "rendering/world_map.hpp"
|
||||
#include "ui/inventory_screen.hpp"
|
||||
#include "ui/spellbook_screen.hpp"
|
||||
#include <imgui.h>
|
||||
|
|
@ -122,8 +123,11 @@ private:
|
|||
/**
|
||||
* Inventory screen
|
||||
*/
|
||||
void renderWorldMap(game::GameHandler& gameHandler);
|
||||
|
||||
InventoryScreen inventoryScreen;
|
||||
SpellbookScreen spellbookScreen;
|
||||
rendering::WorldMap worldMap;
|
||||
};
|
||||
|
||||
}} // namespace wowee::ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue