summaryrefslogtreecommitdiff
path: root/src/input/pages/basic.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-22 19:45:54 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-22 19:45:54 +0300
commitca49d54605d272f43b235c86fe788783cf22537a (patch)
tree0c07d13d5df312adcaace6f95013cbf3f2b33b7b /src/input/pages/basic.h
parentddcdc184c2d9828e647a0734615e6e217332ad5e (diff)
downloadplus-ca49d54605d272f43b235c86fe788783cf22537a.tar.gz
plus-ca49d54605d272f43b235c86fe788783cf22537a.tar.bz2
plus-ca49d54605d272f43b235c86fe788783cf22537a.tar.xz
plus-ca49d54605d272f43b235c86fe788783cf22537a.zip
Move options for basic input settings page into separate file.
Diffstat (limited to 'src/input/pages/basic.h')
-rw-r--r--src/input/pages/basic.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/input/pages/basic.h b/src/input/pages/basic.h
new file mode 100644
index 000000000..af6bd8b44
--- /dev/null
+++ b/src/input/pages/basic.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_BASIC_H
+#define INPUT_PAGES_BASIC_H
+
+#include "gui/setupactiondata.h"
+
+extern SetupActionData setupActionDataBasic[];
+
+#endif // INPUT_PAGES_BASIC_H