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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/gltf/common.h b/indra/newview/gltf/common.h
index b9698d4017..742daff715 100644
--- a/indra/newview/gltf/common.h
+++ b/indra/newview/gltf/common.h
@@ -43,6 +43,8 @@ namespace LL
{
namespace GLTF
{
+ constexpr S32 INVALID_INDEX = -1;
+
using Value = boost::json::value;
using mat4 = glm::mat4;