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/gui.h | |
parent | 859b5eea1557debd49f3c82a0a302216812a3b27 (diff) | |
download | plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.gz plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.bz2 plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.tar.xz plus-0eeab6d661f978e1557c63a67bfbe8c06a3fdb85.zip |
Rename settings options file from page into gui.
Diffstat (limited to 'src/input/pages/gui.h')
-rw-r--r-- | src/input/pages/gui.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/input/pages/gui.h b/src/input/pages/gui.h new file mode 100644 index 000000000..ed5e5c8da --- /dev/null +++ b/src/input/pages/gui.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_GUI_H +#define INPUT_PAGES_GUI_H + +#include "gui/setupactiondata.h" + +extern SetupActionData setupActionDataGui[]; + +#endif // INPUT_PAGES_GUI_H |