#include "cockpit/cMap.h"
#include "cockpit/cCockpit.h"
#include "nConfig.h"
#include "tCoord.h"
#include "rRender.h"
#include "rScreen.h"
#include "gWinZone.h"
#include "eRectangle.h"
#include "ePlayer.h"
#include "eTimer.h"
#include "rViewport.h"
#include "eGrid.h"
#include "eCamera.h"
#include "gCycle.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | cWidget |
Variables | |
static bool | stc_forbidHudMap = false |
static nSettingItem< bool > | fcs ("FORBID_HUD_MAP", stc_forbidHudMap) |
std::vector< tCoord > | se_rimWallRubberBand |
std::deque< gZone * > | sg_Zones |
nSettingItem<bool> fcs("FORBID_HUD_MAP", stc_forbidHudMap) [static] |
std::vector<tCoord> se_rimWallRubberBand |
Definition at line 214 of file eAdvWall.cpp.
Referenced by cWidget::Map::DrawRimWalls(), and eWallRim::UpdateBounds().
Definition at line 49 of file gWinZone.cpp.
Referenced by cWidget::Map::DrawMap(), gZone::gZone(), and gZone::~gZone().
bool stc_forbidHudMap = false [static] |