#include "rSDL.h"#include "zone/zZone.h"#include "eFloor.h"#include "eTimer.h"#include "eGrid.h"#include "gCycle.h"#include "gGame.h"#include "rRender.h"#include "nConfig.h"#include "tString.h"#include "rScreen.h"#include "eSoundMixer.h"#include "tPolynomial.h"#include <time.h>#include <map>#include <algorithm>#include <functional>#include <deque>#include <iterator>#include "gWinZone.h"

Go to the source code of this file.
Variables | |
| std::deque< zZone * > | sz_Zones |
| static const int | sg_segments = 11 |
| static nVersionFeature | sz_ShapedZones (20) |
| REAL | asdf [] = {0, 1} |
| tPolynomial< nMessage > | tpOne (asdf, sizeof(asdf)/sizeof(asdf[0])) |
| static nNOInitialisator< zZone > | zone_init (341,"zonev2") |
Definition at line 553 of file zZone.cpp.
Referenced by vValue::Expr::Collection::ColPickOne::_operation(), and zShape::joinWithZone().
const int sg_segments = 11 [static] |
nVersionFeature sz_ShapedZones(20) [static] |
Definition at line 55 of file zZone.cpp.
Referenced by zZone::RemoveFromZoneList(), and zZone::zZone().
Referenced by zZone::OnEnter(), zZone::OnInside(), zZone::OnLeave(), and zZone::OnOutside().
nNOInitialisator<zZone> zone_init(341,"zonev2") [static] |
1.5.4