This commit is contained in:
parent
9af1eb0ad5
commit
0a22ec4675
20 changed files with 348 additions and 122 deletions
|
@ -6,6 +6,8 @@
|
|||
#define __LAYER_COLLISION_HEADER__
|
||||
|
||||
#include "Layer.h"
|
||||
#include "MapEdit.h"
|
||||
#include "LayerCollisionGUI.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
class CCore;
|
||||
|
@ -19,6 +21,9 @@ public:
|
|||
|
||||
int GetType() {return(LAYER_TYPE_COLLISION);}
|
||||
|
||||
void Render(CCore *Core,Vector3 &CamPos,BOOL Is3d);
|
||||
BOOL SetColFlag(CCore *Core,int Flag);
|
||||
|
||||
void GUIInit(CCore *Core);
|
||||
void GUIKill(CCore *Core);
|
||||
void GUIUpdate(CCore *Core);
|
||||
|
@ -34,7 +39,8 @@ public:
|
|||
void RemapSet(int OrigSet,int NewSet);
|
||||
protected:
|
||||
|
||||
// CLayerTileToolbar ToolBarGUI;
|
||||
|
||||
CLayerCollisionGUI CollisionGUI;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue