This commit is contained in:
Charles 2001-06-06 20:23:44 +00:00
parent 37beeedc6d
commit e252951f9c
5 changed files with 71 additions and 3 deletions

View file

@ -46,6 +46,8 @@ static int getTotalSpatCount() {return( LvlTable[s_globalLevelSelectThin
void destroyMapArea(DVECTOR const &Pos);
void destroyMapTile(DVECTOR const &Pos);
void reverseMapConveyor(DVECTOR const &Pos);
int getActorCount() {return ActorCount;}
sThingActor **getActorList() {return ActorList;}
int getPlatformCount() {return PlatformCount;}