Unravel Engine C++ Reference
Loading...
Searching...
No Matches
asset_header_info.hpp
Go to the documentation of this file.
1#pragma once
2#include <engine/engine_export.h>
3
5
8
9namespace unravel
10{
11
14
17
20
23
26
27} // namespace unravel
28
32SERIALIZE_REGISTER_TYPE_WITH_NAME(unravel::mesh_header_info, "mesh_header_info")
33SERIALIZE_REGISTER_TYPE_WITH_NAME(unravel::animation_header_info, "animation_header_info")
34SERIALIZE_REGISTER_TYPE_WITH_NAME(unravel::audio_header_info, "audio_header_info")
#define SERIALIZE_REGISTER_TYPE_WITH_NAME(T, Name)
#define LOAD_EXTERN(cls)
#define SAVE_EXTERN(cls)
Base class for per-type asset header information.