diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-03-05 20:43:41 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-03-05 20:43:41 +0000 |
commit | c545fc021ccdaa6a253eafd649b5aebdef677047 (patch) | |
tree | 5fc4eee703aaac9decb183adec130c3cd278ce47 /src/engine.h | |
parent | 1b637982b44635d6326dc8fd3b62d0d0aa731320 (diff) | |
download | mana-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.gz mana-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.bz2 mana-c545fc021ccdaa6a253eafd649b5aebdef677047.tar.xz mana-c545fc021ccdaa6a253eafd649b5aebdef677047.zip |
Now you can decide how many items to drop
Diffstat (limited to 'src/engine.h')
-rw-r--r-- | src/engine.h | 2 |
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; |