summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-14 15:22:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-14 15:22:32 +0000
commit0dd8bc994b172f65d96e11e50e51643c24111907 (patch)
tree0eb6f2d51842b9a448a5f684508cb43cb6a4849f /src/gui/shop.h
parentf0af955173deacbb11c6eda1766498cd781aa2e5 (diff)
downloadmana-client-0dd8bc994b172f65d96e11e50e51643c24111907.tar.gz
mana-client-0dd8bc994b172f65d96e11e50e51643c24111907.tar.bz2
mana-client-0dd8bc994b172f65d96e11e50e51643c24111907.tar.xz
mana-client-0dd8bc994b172f65d96e11e50e51643c24111907.zip
Mainly separating core GUI classes from game interface.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r--src/gui/shop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h
index c3d85780..f2f31a19 100644
--- a/src/gui/shop.h
+++ b/src/gui/shop.h
@@ -24,9 +24,6 @@
#ifndef _SHOP_H
#define _SHOP_H
-#include <stdlib.h>
-#include <stdio.h>
-
struct ITEM_SHOP {
char name[30];
int price;