summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-03-05 20:43:41 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-03-05 20:43:41 +0000
commitc545fc021ccdaa6a253eafd649b5aebdef677047 (patch)
tree5fc4eee703aaac9decb183adec130c3cd278ce47 /src/engine.h
parent1b637982b44635d6326dc8fd3b62d0d0aa731320 (diff)
downloadmana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.gz
mana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.bz2
mana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.xz
mana-client-c545fc021ccdaa6a253eafd649b5aebdef677047.zip
Now you can decide how many items to drop
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;