summaryrefslogtreecommitdiff
path: root/src/content_cao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_cao.h')
-rw-r--r--src/content_cao.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content_cao.h b/src/content_cao.h
index cd58681bb..9e688d78d 100644
--- a/src/content_cao.h
+++ b/src/content_cao.h
@@ -139,8 +139,6 @@ public:
void processInitData(const std::string &data);
- ClientActiveObject *getParent() const;
-
bool getCollisionBox(aabb3f *toset) const;
bool collideWithObjects() const;
@@ -181,6 +179,8 @@ public:
void setChildrenVisible(bool toset);
+ ClientActiveObject *getParent() const;
+
void setAttachments();
void removeFromScene(bool permanent);