diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-13 21:38:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-13 21:38:48 +0300 |
commit | 9cae83ad91a9d45fccc617eb9756ea83a5831e65 (patch) | |
tree | a1a165b3bea370fd4207fd48fa6b60b55cacf129 /src/gui/selldialog.h | |
parent | 12e311bd5261078e02bffe63e125f89ae1a57209 (diff) | |
download | mv-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.gz mv-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.bz2 mv-9cae83ad91a9d45fccc617eb9756ea83a5831e65.tar.xz mv-9cae83ad91a9d45fccc617eb9756ea83a5831e65.zip |
Remove guichanfwd.h.
Diffstat (limited to 'src/gui/selldialog.h')
-rw-r--r-- | src/gui/selldialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h index 877b74cd8..dd92e4033 100644 --- a/src/gui/selldialog.h +++ b/src/gui/selldialog.h @@ -34,6 +34,14 @@ class Item; class ShopItems; class ShopListBox; +namespace gcn +{ + class Button; + class Label; + class ScrollArea; + class Slider; +} + /** * The sell dialog. * |