2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 09:51:20 +00:00
2017-12-28 22:08:12 -10:00

21 lines
505 B
C++

#ifndef _DNACOMMON_BABEDEAD_HPP_
#define _DNACOMMON_BABEDEAD_HPP_
#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);
}
#endif // _DNACOMMON_BABEDEAD_HPP_