QTfrontend/hwmap.cpp
changeset 486 7ea71cd3acd5
parent 443 eec37eb7f5db
child 497 adf1aee202c6
equal deleted inserted replaced
485:defe001d490c 486:7ea71cd3acd5
     1 /*
     1 /*
     2  * Hedgewars, a worms-like game
     2  * Hedgewars, a worms-like game
     3  * Copyright (c) 2006 Igor Ulyanov <iulyanov@gmail.com>
     3  * Copyright (c) 2006, 2007 Igor Ulyanov <iulyanov@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 
    24 
    25 HWMap::~HWMap()
    25 HWMap::~HWMap()
    26 {
    26 {
    27 }
    27 }
    28 
    28 
    29 void HWMap::getImage(std::string seed) 
    29 void HWMap::getImage(std::string seed)
    30 {
    30 {
    31   m_seed=seed;
    31   m_seed=seed;
    32   Start();
    32   Start();
    33 }
    33 }
    34 
    34