#include <vector>
#include <time.h>
#include "typen.h"
#include "baseaiinterface.h"
#include "vehicle.h"
#include "buildings.h"
#include "basestrm.h"
#include "messages.h"
#include "research.h"
#include "password.h"
#include "objects.h"
#include "mapfield.h"
#include "networkinterface.h"
#include "player.h"
#include "actions/actioncontainer.h"
Include dependency graph for gamemap.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Definition in file gamemap.h.
| enum GameParameter |
| const int gameparameternum = 35 |
The number of game paramters that can be specified for each map.
Definition at line 75 of file gamemap.h.
Referenced by GameMap::getgameparameter(), GameMap::setgameparameter(), ChangeGameParameter::setup(), and writeGameParametersToString().
Definition at line 2247 of file gamemap.cpp.
Referenced by ChangeGameParameter::execute(), GameParameterEditorWidget::GameParameterEditorWidget(), GameMap::getgameparameter(), GameParameterEditorWidget::ResetParameter(), GameMap::setgameparameter(), ChangeGameParameter::setup(), and writeGameParametersToString().
1.5.1