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