QTfrontend/hwconsts.cpp.in
changeset 7006 6af78154dc62
parent 6958 8230a516ba93
child 7130 fcab1fd02bc6
equal deleted inserted replaced
6852:9e724f4863a3 7006:6af78154dc62
     1 /*
     1 /*
     2  * Hedgewars, a free turn based strategy game
     2  * Hedgewars, a free turn based strategy game
     3  * Copyright (c) 2007-2011 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
    24 QString * cVersionString = new QString("${HEDGEWARS_VERSION}${HGCHANGED}");
    24 QString * cVersionString = new QString("${HEDGEWARS_VERSION}${HGCHANGED}");
    25 
    25 
    26 QDir * bindir = new QDir("${HEDGEWARS_BINDIR}");
    26 QDir * bindir = new QDir("${HEDGEWARS_BINDIR}");
    27 QDir * cfgdir = new QDir();
    27 QDir * cfgdir = new QDir();
    28 QDir * datadir = new QDir();
    28 QDir * datadir = new QDir();
    29 
       
    30 ThemesModel * themesModel;
       
    31 QStringList * mapList;
       
    32 QStringList * scriptList;
       
    33 
    29 
    34 bool custom_config = false;
    30 bool custom_config = false;
    35 bool custom_data = false;
    31 bool custom_data = false;
    36 
    32 
    37 int cMaxTeams = 8;
    33 int cMaxTeams = 8;