diff options
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); /* |