#include <vector>
#include "typen.h"
#include "mapitemtype.h"
#include "overviewmapimage.h"
#include "graphics/surface.h"
Include dependency graph for objects.h:

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

Go to the source code of this file.
Enumerations | |
| enum | MineTypes { cmantipersonnelmine = 1, cmantitankmine, cmmooredmine, cmfloatmine } |
Variables | |
| const int | cminenum = 4 |
| const char * | MineNames [cminenum] |
| const int | MineBasePunch [cminenum] |
Definition in file objects.h.
|
|
|
|
|
|
|
|
Definition at line 39 of file objects.cpp. Referenced by MineItem::place(), and putMine(). |
|
|
Definition at line 38 of file objects.cpp. Referenced by MineType::getName(), and viewterraininfo(). |
1.4.2