summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-26 16:12:09 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-26 16:12:09 +0000
commit251031b790ebc5cd677315174d4e46bc4e287718 (patch)
tree0f810a515bd5390f771d0dc41cd2e59e9914732d /src/gui/shop.h
parent87bee54dede4d9d80731a01bd8c4e9384e047e58 (diff)
downloadmana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.gz
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.bz2
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.xz
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.zip
Ported buy dialog, which could still use visual improvement, and added
\|-`~ to the fixed font.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r--src/gui/shop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h
index 0d8e31ad..73b14e97 100644
--- a/src/gui/shop.h
+++ b/src/gui/shop.h
@@ -27,7 +27,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include "../graphic/graphic.h"
#include "inventory.h"
@@ -43,6 +42,7 @@ struct ITEM_SHOP {
extern int n_items;
extern char* selectedItem;
extern char itemCurrenyQ[10];
+extern char *item_db[];
char *shop_list(int index, int *list_size);
void add_buy_item(short id, int price);