#include <algorithm>
#include "vehicletype.h"
#include "buildingtype.h"
#include "graphicset.h"
#include "gameoptions.h"
#include "textfiletags.h"
#include "stringtokenizer.h"
#include "textfile_evaluation.h"
#include "graphics/surface.h"
#include "errors.h"
#include "sgstream.h"
#include "graphics/blitter.h"
#include "graphics/ColorTransform_PlayerColor.h"
Include dependency graph for buildingtype.cpp:

Go to the source code of this file.
Classes | |
| class | InvalidString |
Variables | |
| const int | building_version = 14 |
Definition in file buildingtype.cpp.
| const int building_version = 14 |
Definition at line 208 of file buildingtype.cpp.
Referenced by BuildingType::read(), and BuildingType::write().
1.5.1