2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 05:51:21 +00:00
2016-09-18 13:47:48 -10:00

21 lines
558 B
C++

#ifndef _DNACOMMON_BABEDEAD_HPP_
#define _DNACOMMON_BABEDEAD_HPP_
#include "hecl/Blender/BlenderConnection.hpp"
#include "zeus/Math.hpp"
#include <cfloat>
namespace DataSpec
{
template<class BabeDeadLight>
void ReadBabeDeadLightToBlender(hecl::BlenderConnection::PyOutStream& os,
const BabeDeadLight& light, unsigned s, unsigned l);
template<class BabeDeadLight>
void WriteBabeDeadLightFromBlender(BabeDeadLight& lightOut, const hecl::BlenderConnection::DataStream::Light& lightIn);
}
#endif // _DNACOMMON_BABEDEAD_HPP_