diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 17:47:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 17:47:54 +0300 |
commit | a8f314b3cf5b89f991d1de51cc01cdb53fe9a78c (patch) | |
tree | 533cf323c3d84845703e79dd4634b1966607cac5 /src/input/pages/pages.h | |
parent | 9f9cd2316adc6d74ef5a67b02b7586d0e5f15453 (diff) | |
download | mv-a8f314b3cf5b89f991d1de51cc01cdb53fe9a78c.tar.gz mv-a8f314b3cf5b89f991d1de51cc01cdb53fe9a78c.tar.bz2 mv-a8f314b3cf5b89f991d1de51cc01cdb53fe9a78c.tar.xz mv-a8f314b3cf5b89f991d1de51cc01cdb53fe9a78c.zip |
Move setup input pages options into separate file.
Diffstat (limited to 'src/input/pages/pages.h')
-rw-r--r-- | src/input/pages/pages.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/input/pages/pages.h b/src/input/pages/pages.h new file mode 100644 index 000000000..626df6d54 --- /dev/null +++ b/src/input/pages/pages.h @@ -0,0 +1,39 @@ +/* + * 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 setupActionData0[]; +extern SetupActionData setupActionData1[]; +extern SetupActionData setupActionData2[]; +extern SetupActionData setupActionData3[]; +extern SetupActionData setupActionData4[]; +extern SetupActionData setupActionData5[]; +extern SetupActionData setupActionData6[]; +extern SetupActionData setupActionData7[]; +extern SetupActionData setupActionData8[]; + +#endif // INPUT_PAGES_PAGES_H |