aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 16:48:20 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 16:48:20 +0100
commit07e61e1155fca38260129bafd5880f050e72ef3d (patch)
tree2c6d0abd222675a28560a107d46e2f4350ba3284 /src
parent3af10766fd2b58b068e970266724d7eb10e9316b (diff)
downloaddragonfireclient-07e61e1155fca38260129bafd5880f050e72ef3d.tar.xz
Fix github build problems #3
Diffstat (limited to 'src')
-rw-r--r--src/client/clientobject.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/clientobject.h b/src/client/clientobject.h
index 7b451eb36..1cde010c7 100644
--- a/src/client/clientobject.h
+++ b/src/client/clientobject.h
@@ -23,11 +23,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "activeobject.h"
#include <ISceneNode.h>
#include <IMeshSceneNode.h>
+#include <IAnimatedMeshSceneNode.h>
+#include <IDummyTransformationSceneNode.h>
+#include <IBillboardSceneNode.h>
#include <unordered_map>
#include <unordered_set>
-
-
class ClientEnvironment;
class ITextureSource;
class Client;