Unravel Engine C++ Reference
Loading...
Searching...
No Matches
transform_component.cpp File Reference
#include "transform_component.hpp"
#include "../../core/math/transform.hpp"
#include "../../core/math/vector.hpp"
#include "../entity.hpp"
#include "entt/meta/meta.hpp"
#include "entt/meta/resolve.hpp"
#include "glm/fwd.hpp"
#include <serialization/associative_archive.h>
#include <serialization/binary_archive.h>
#include <serialization/types/vector.hpp>

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

 unravel::REFLECT (transform_component)
 
 unravel::SAVE (transform_component)
 
 unravel::SAVE_INSTANTIATE (transform_component, ser20::oarchive_associative_t)
 
 unravel::SAVE_INSTANTIATE (transform_component, ser20::oarchive_binary_t)
 
 unravel::LOAD (transform_component)
 
 unravel::LOAD_INSTANTIATE (transform_component, ser20::iarchive_associative_t)
 
 unravel::LOAD_INSTANTIATE (transform_component, ser20::iarchive_binary_t)