This commit is contained in:
Charles 2001-04-08 20:46:34 +00:00
parent cfa0d08f9e
commit 7d9f17da0f
3 changed files with 104 additions and 42 deletions

View file

@ -36,6 +36,8 @@ public:
static DVECTOR getPlayerSpawnPos() {return s_playerSpawnPos;}
int getActorCount() {return ActorCount;}
sThingActor **getActorList() {return ActorList;}
int getPlatformCount() {return PlatformCount;}
sThingPlatform **getPlatformList() {return PlatformList;}
CLayerCollision *getCollisionLayer() {return CollisionLayer;}
DVECTOR getMapSize();