diff options
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 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); |