LeviLamina
Loading...
Searching...
No Matches
cgltf_attribute.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct cgltf_attribute {
6public:
7 // member variables
8 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 cgltf_attribute& operator=(cgltf_attribute const&);
18 cgltf_attribute(cgltf_attribute const&);
19 cgltf_attribute();
20};
Definition Alias.h:14