Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

objects.cpp File Reference

Mine and Objects which can be placed on a map field. More...

#include <algorithm>
#include <ctime>
#include <cmath>
#include "global.h"
#include "misc.h"
#include "typen.h"
#include "vehicletype.h"
#include "buildingtype.h"
#include "itemrepository.h"
#include "graphics/blitter.h"
#include "iconrepository.h"
#include "objects.h"

Include dependency graph for objects.cpp:

Go to the source code of this file.

Variables

const char * MineNames [cminenum] = {"antipersonnel mine", "antitank mine", "antisub mine", "antiship mine"}
const int MineBasePunch [cminenum] = { 60, 120, 180, 180 }


Detailed Description

Mine and Objects which can be placed on a map field.

Definition in file objects.cpp.


Variable Documentation

const int MineBasePunch[cminenum] = { 60, 120, 180, 180 }
 

Definition at line 39 of file objects.cpp.

Referenced by MineItem::place(), and putMine().

const char* MineNames[cminenum] = {"antipersonnel mine", "antitank mine", "antisub mine", "antiship mine"}
 

Definition at line 38 of file objects.cpp.

Referenced by MineType::getName(), and viewterraininfo().


Generated on Tue Jun 24 01:54:32 2008 for Advanced Strategic Command by  doxygen 1.4.2