QTfrontend/hwconsts.cpp.in
changeset 1967 213d368a002f
parent 1966 31e449e1d9dd
child 1968 f32b18c5d495
equal deleted inserted replaced
1966:31e449e1d9dd 1967:213d368a002f
     1 /*
     1 /*
     2  * Hedgewars, a free turn based strategy game
     2  * Hedgewars, a free turn based strategy game
     3  * Copyright (c) 2007, 2008 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2007-2009 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  *
    28 
    28 
    29 QStringList * Themes;
    29 QStringList * Themes;
    30 QStringList * mapList;
    30 QStringList * mapList;
    31 
    31 
    32 QString * cDefaultAmmoStore = new QString("939192942219912103223511100120100000");
    32 QString * cDefaultAmmoStore = new QString("939192942219912103223511100120100000");
       
    33 QList< QPair<QString, QString> > cDefaultAmmos =
       
    34 	QList< QPair<QString, QString> >()
       
    35 	<< qMakePair(QString("Default"), *cDefaultAmmoStore)
       
    36 	<< qMakePair(QString("Crazy"),     QString("999999999999999999999999999999999999"))
       
    37 	<< qMakePair(QString("Pro mode"),  QString("909000900000000000000900000000000000"))
       
    38 	<< qMakePair(QString("Shoppa"),    QString("000000990000000000000000000000000000"))
       
    39 	;
    33 
    40 
    34 QColor * color1 = new QColor(221,   0,   0);
    41 QColor * color1 = new QColor(221,   0,   0);
    35 QColor * color2 = new QColor( 67, 118, 233);
    42 QColor * color2 = new QColor( 67, 118, 233);
    36 QColor * color3 = new QColor( 62, 147,  33);
    43 QColor * color3 = new QColor( 62, 147,  33);
    37 QColor * color4 = new QColor(162,  61, 187);
    44 QColor * color4 = new QColor(162,  61, 187);