This commit is contained in:
parent
9d6724287c
commit
85c6e48333
3 changed files with 16 additions and 5 deletions
|
@ -69,6 +69,7 @@ static void shakePlatformLoose();
|
|||
|
||||
static sBBox &getRenderBBox() {return(m_RenderBBox);}
|
||||
static sBBox &getThinkBBox() {return(m_ThinkBBox);}
|
||||
static void setMapWH(DVECTOR const &WH);
|
||||
|
||||
protected:
|
||||
static void initList(CThing **List);
|
||||
|
@ -76,7 +77,6 @@ static void addToThingList(CThing *_this);
|
|||
static void removeFromThingList(CThing *_this);
|
||||
|
||||
static void addToCollisionList(CThing *_this);
|
||||
|
||||
friend class CThing;
|
||||
|
||||
private:
|
||||
|
@ -96,6 +96,7 @@ static void DeleteThing(CThing *Thing);
|
|||
|
||||
private:
|
||||
static CThing **s_FreeList[];
|
||||
static DVECTOR MapWH,MapWH16;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue