This commit is contained in:
parent
6f7a6252bc
commit
4eef48176b
21 changed files with 1050 additions and 885 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
~CLayerCollision();
|
||||
|
||||
int GetType() {return(LAYER_TYPE_COLLISION);}
|
||||
void InitSubView(CCore *Core);
|
||||
|
||||
void Render(CCore *Core,Vector3 &CamPos,bool Is3d);
|
||||
|
||||
|
@ -38,7 +39,7 @@ public:
|
|||
void DeleteSet(int Set);
|
||||
void RemapSet(int OrigSet,int NewSet);
|
||||
protected:
|
||||
|
||||
void InitTileBank();
|
||||
|
||||
CLayerCollisionGUI CollisionGUI;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue