mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Show item icons for item objectives in quest log
This commit is contained in:
parent
3c0e58bff4
commit
458c9ebe8c
3 changed files with 18 additions and 4 deletions
|
|
@ -7,9 +7,11 @@
|
|||
|
||||
namespace wowee { namespace ui {
|
||||
|
||||
class InventoryScreen;
|
||||
|
||||
class QuestLogScreen {
|
||||
public:
|
||||
void render(game::GameHandler& gameHandler);
|
||||
void render(game::GameHandler& gameHandler, InventoryScreen& invScreen);
|
||||
bool isOpen() const { return open; }
|
||||
void toggle() { open = !open; }
|
||||
void setOpen(bool o) { open = o; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue