This commit is contained in:
parent
cfa0d08f9e
commit
7d9f17da0f
3 changed files with 104 additions and 42 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue