QTfrontend/hwconsts.h
author unc0rr
Thu, 05 Oct 2006 16:33:18 +0000
changeset 183 57c2ef19f719
parent 128 223522298250
child 184 f97a7a3dc8f6
permissions -rw-r--r--
Relicense to GPL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     1
/*
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     2
 * Hedgewars, a worms-like game
128
223522298250 Update file headers & delete unneeded files
unc0rr
parents: 97
diff changeset
     3
 * Copyright (c) 2005, 2006 Andrey Korotaev <unC0Rr@gmail.com>
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     4
 *
183
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
     8
 *
183
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
    12
 * GNU General Public License for more details.
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    13
 *
183
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
    14
 * You should have received a copy of the GNU General Public License
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
    15
 * along with this program; if not, write to the Free Software
57c2ef19f719 Relicense to GPL
unc0rr
parents: 128
diff changeset
    16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    17
 */
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    18
97
e7c1df9cce2c - make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents: 21
diff changeset
    19
#include <QDir>
e7c1df9cce2c - make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents: 21
diff changeset
    20
e7c1df9cce2c - make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents: 21
diff changeset
    21
const char resolutions[2][4][5] =
21
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    22
{
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    23
	{"640", "800", "1024", "1280"},
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    24
	{"480", "600",  "768", "1024"}
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    25
};
dff476dcaaa3 - Many improvements to frontend
unc0rr
parents:
diff changeset
    26
97
e7c1df9cce2c - make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents: 21
diff changeset
    27
extern QDir * cfgdir;
e7c1df9cce2c - make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents: 21
diff changeset
    28
extern QDir * datadir;
e7c1df9cce2c - make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
unc0rr
parents: 21
diff changeset
    29
extern QDir * bindir;