summaryrefslogtreecommitdiff
path: root/src/itemshortcut.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-22 09:05:24 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-22 09:05:24 +0000
commit353560a2829fb9b1d9d26121658ce83589c4f5ef (patch)
treea4eeb6f2f4f6d7eacdea7016fa8df034efd6788c /src/itemshortcut.h
parenta444a76ed37a52ba0004298f2512bee1c75273bc (diff)
downloadMana-353560a2829fb9b1d9d26121658ce83589c4f5ef.tar.gz
Mana-353560a2829fb9b1d9d26121658ce83589c4f5ef.tar.bz2
Mana-353560a2829fb9b1d9d26121658ce83589c4f5ef.tar.xz
Mana-353560a2829fb9b1d9d26121658ce83589c4f5ef.zip
Added close button and item shortcut backgrounds to files that will be
installed.
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r--src/itemshortcut.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h
index 23835c3b..d211c7f3 100644
--- a/src/itemshortcut.h
+++ b/src/itemshortcut.h
@@ -32,7 +32,8 @@
*/
typedef Item* ItemPtr;
-class ItemShortcut {
+class ItemShortcut
+{
public:
/**
* Constructor.
@@ -123,5 +124,7 @@ class ItemShortcut {
ItemPtr mItemSelected; /**< the item held by cursor */
};
+
extern ItemShortcut *itemShortcut;
+
#endif