diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-13 20:40:16 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-13 20:40:16 +0000 |
commit | d3e938c478570be44c497607262fe8ca7145b171 (patch) | |
tree | 24f0e39e7f46d0ce17ba3f135137f8c7b024a2cf /src/gui/shop.h | |
parent | 0bc585c7299ed1c9bccfaf0aa6b2cc7c4327d1ca (diff) | |
download | mana-d3e938c478570be44c497607262fe8ca7145b171.tar.gz mana-d3e938c478570be44c497607262fe8ca7145b171.tar.bz2 mana-d3e938c478570be44c497607262fe8ca7145b171.tar.xz mana-d3e938c478570be44c497607262fe8ca7145b171.zip |
Started conversion of buy/sell to new server.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r-- | src/gui/shop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h index de452b5c..665e92cb 100644 --- a/src/gui/shop.h +++ b/src/gui/shop.h @@ -50,7 +50,7 @@ class ShopItems : public gcn::ListModel /** * Adds an item and its associated picture */ - void addItem(short id, int price); + void addItem(int id, int amount, int price); /** * Convenience function for adding items |