summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/gltf/common.h')
-rw-r--r--indra/newview/gltf/common.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/gltf/common.h b/indra/newview/gltf/common.h
index 59f2ba38db..4f660d7cfc 100644
--- a/indra/newview/gltf/common.h
+++ b/indra/newview/gltf/common.h
@@ -36,6 +36,7 @@
#include "glm/ext/quaternion_float.hpp"
#include "glm/gtx/quaternion.hpp"
#include "glm/gtx/matrix_decompose.hpp"
+#include <boost/json.hpp>
// Common types and constants used in the GLTF implementation
namespace LL
@@ -62,6 +63,21 @@ namespace LL
class Asset;
+ class Material;
+ class Mesh;
+ class Node;
+ class Scene;
+ class Texture;
+ class Sampler;
+ class Image;
+ class Animation;
+ class Skin;
+ class Camera;
+ class Light;
+ class Primitive;
+ class Accessor;
+ class BufferView;
+ class Buffer;
}
}