summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r--src/gui/shop.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h
index f2f31a19..4589e01a 100644
--- a/src/gui/shop.h
+++ b/src/gui/shop.h
@@ -24,8 +24,10 @@
#ifndef _SHOP_H
#define _SHOP_H
+#include <iosfwd>
+
struct ITEM_SHOP {
- char name[30];
+ std::string name;
int price;
short id;
int index;