]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Fix github build problems #3
authorElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 4 Nov 2020 15:48:20 +0000 (16:48 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 4 Nov 2020 15:48:20 +0000 (16:48 +0100)
src/client/clientobject.h

index 7b451eb3629439c3838be76ec68711e31a3f3da7..1cde010c75a0d1230e0e7b7d43f223053a6128c1 100644 (file)
@@ -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;