diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:18:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 23:18:34 +0300 |
commit | de4b5860924bc3b9267edcce6cf2417cd30f8eb1 (patch) | |
tree | 3d43cfe28b37cdbfbf05c9b51bd855a699cec231 /src/input/pages/other.h | |
parent | a8a7d6dcfc39c3c6c2faa23de21d0a5fc9332818 (diff) | |
download | plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.gz plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.bz2 plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.tar.xz plus-de4b5860924bc3b9267edcce6cf2417cd30f8eb1.zip |
Move options for other input settings page into separate file.
Diffstat (limited to 'src/input/pages/other.h')
-rw-r--r-- | src/input/pages/other.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/input/pages/other.h b/src/input/pages/other.h new file mode 100644 index 000000000..b79bda62d --- /dev/null +++ b/src/input/pages/other.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_OTHER_H +#define INPUT_PAGES_OTHER_H + +#include "gui/setupactiondata.h" + +extern SetupActionData setupActionDataOther[]; + +#endif // INPUT_PAGES_OTHER_H |