2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-18 04:33:28 +00:00
2018-10-06 17:42:33 -10:00

19 lines
417 B
C++

#pragma once
#include "zeus/Math.hpp"
#include "hecl/hecl.hpp"
#include <cfloat>
namespace DataSpec
{
template<class BabeDeadLight>
void ReadBabeDeadLightToBlender(hecl::blender::PyOutStream& os,
const BabeDeadLight& light, unsigned s, unsigned l);
template<class BabeDeadLight>
void WriteBabeDeadLightFromBlender(BabeDeadLight& lightOut, const hecl::blender::Light& lightIn);
}