summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine.h b/src/engine.h
index e2f86e96..df25af69 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -41,6 +41,7 @@
#include "gui/setup.h"
#include "gui/equipment.h"
#include "gui/chargedialog.h"
+#include "gui/item_amount.h"
#include "resources/resourcemanager.h"
#include "map.h"
#include "graphic/spriteset.h"
@@ -59,6 +60,7 @@ extern BuyDialog *buyDialog;
extern SellDialog *sellDialog;
extern BuySellDialog *buySellDialog;
extern InventoryWindow *inventoryWindow;
+extern ItemAmountWindow *itemAmountWindow;
extern NpcListDialog *npcListDialog;
extern NpcTextDialog *npcTextDialog;
extern SkillDialog *skillDialog;