summaryrefslogtreecommitdiff
path: root/src/input/pages/outfits.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-22 22:53:18 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-22 22:53:18 +0300
commitc98b8c1a210a2f3f6846e9e77077d0a968bcb9af (patch)
treec8ad9dbd9fd84ffbf4237d4e9f2c584b7e4277da /src/input/pages/outfits.h
parenta62b0535c93a76e2706603f165603bc32be9398e (diff)
downloadplus-c98b8c1a210a2f3f6846e9e77077d0a968bcb9af.tar.gz
plus-c98b8c1a210a2f3f6846e9e77077d0a968bcb9af.tar.bz2
plus-c98b8c1a210a2f3f6846e9e77077d0a968bcb9af.tar.xz
plus-c98b8c1a210a2f3f6846e9e77077d0a968bcb9af.zip
Move options for outfits input settings page into separate file.
Diffstat (limited to 'src/input/pages/outfits.h')
-rw-r--r--src/input/pages/outfits.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/input/pages/outfits.h b/src/input/pages/outfits.h
new file mode 100644
index 000000000..1824e151f
--- /dev/null
+++ b/src/input/pages/outfits.h
@@ -0,0 +1,31 @@
+/*
+ * The ManaPlus Client
+ * Copyright (C) 2007 Joshua Langley <joshlangley@optusnet.com.au>
+ * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana Developers
+ * Copyright (C) 2011-2014 The ManaPlus Developers
+ *
+ * This file is part of The ManaPlus Client.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef INPUT_PAGES_OUTFITS_H
+#define INPUT_PAGES_OUTFITS_H
+
+#include "gui/setupactiondata.h"
+
+extern SetupActionData setupActionDataOutfits[];
+
+#endif // INPUT_PAGES_OUTFITS_H