From 40226e52747156cbdc5128a416480b226e498fff Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 20 Jun 2015 00:30:38 +0200 Subject: Make attached objects visible in 3rd person view --- src/environment.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/environment.h') diff --git a/src/environment.h b/src/environment.h index a25a12db3..983f09409 100644 --- a/src/environment.h +++ b/src/environment.h @@ -405,6 +405,8 @@ private: #ifndef SERVER #include "clientobject.h" +#include "content_cao.h" + class ClientSimpleObject; /* @@ -467,6 +469,7 @@ public: ActiveObjects */ + GenericCAO* getGenericCAO(u16 id); ClientActiveObject* getActiveObject(u16 id); /* -- cgit v1.2.3