summaryrefslogtreecommitdiff
path: root/src/input/pages/move.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-22 23:54:10 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-22 23:54:10 +0300
commit859b5eea1557debd49f3c82a0a302216812a3b27 (patch)
tree84687efd85eb047cf3f1ff0e0116f8e214c53638 /src/input/pages/move.h
parentde4b5860924bc3b9267edcce6cf2417cd30f8eb1 (diff)
downloadplus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.gz
plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.bz2
plus-859b5eea1557debd49f3c82a0a302216812a3b27.tar.xz
plus-859b5eea1557debd49f3c82a0a302216812a3b27.zip
Move options for move input settings page into separate file.
Diffstat (limited to 'src/input/pages/move.h')
-rw-r--r--src/input/pages/move.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/input/pages/move.h b/src/input/pages/move.h
new file mode 100644
index 000000000..935164792
--- /dev/null
+++ b/src/input/pages/move.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_MOVE_H
+#define INPUT_PAGES_MOVE_H
+
+#include "gui/setupactiondata.h"
+
+extern SetupActionData setupActionDataMove[];
+
+#endif // INPUT_PAGES_MOVE_H