cleanup
This commit is contained in:
@@ -91,6 +91,7 @@ public:
|
|||||||
|
|
||||||
const RString &GetName() const { return m_sName; }
|
const RString &GetName() const { return m_sName; }
|
||||||
virtual void SetName( const RString &sName ) { m_sName = sName; }
|
virtual void SetName( const RString &sName ) { m_sName = sName; }
|
||||||
|
void SetParent( Actor *pParent );
|
||||||
|
|
||||||
float GetX() const { return m_current.pos.x; };
|
float GetX() const { return m_current.pos.x; };
|
||||||
float GetY() const { return m_current.pos.y; };
|
float GetY() const { return m_current.pos.y; };
|
||||||
@@ -341,8 +342,6 @@ public:
|
|||||||
// If we're a leaf, then execute this command.
|
// If we're a leaf, then execute this command.
|
||||||
virtual void RunCommandsOnLeaves( const LuaReference& cmds ) { RunCommands(cmds); }
|
virtual void RunCommandsOnLeaves( const LuaReference& cmds ) { RunCommands(cmds); }
|
||||||
|
|
||||||
void SetParent( Actor *pParent );
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Messages
|
// Messages
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user