HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_Types.h
Go to the documentation of this file.
1 #ifndef __GLTF_Types_h__
2 #define __GLTF_Types_h__
3 
4 #include <cstddef>
5 
6 typedef std::size_t GLTF_Index;
7 
8 #endif // __GLTF_Types_h__
std::size_t GLTF_Index
Definition: GLTF_Types.h:6