diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-23 00:03:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-23 00:03:48 +0300 |
commit | 0eeab6d661f978e1557c63a67bfbe8c06a3fdb85 (patch) | |
tree | 2101bdada28ed5623fdd7e8262536f24f39a4c5f /src/input/pages/pages.h | |
parent | 859b5eea1557debd49f3c82a0a302216812a3b27 (diff) | |
download | manaplus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.gz manaplus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.bz2 manaplus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.xz manaplus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.zip |
Rename settings options file from page into gui.
Diffstat (limited to 'src/input/pages/pages.h')
-rw-r--r-- | src/input/pages/pages.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/input/pages/pages.h b/src/input/pages/pages.h deleted file mode 100644 index 7eb59c69f..000000000 --- a/src/input/pages/pages.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * 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_PAGES_H -#define INPUT_PAGES_PAGES_H - -#include "gui/setupactiondata.h" - -extern SetupActionData setupActionDataGui[]; - -#endif // INPUT_PAGES_PAGES_H |