metaforce/DataSpec/DNACommon/BabeDead.hpp

21 lines
558 B
C++
Raw Normal View History

2015-09-28 05:19:31 +00:00
#ifndef _DNACOMMON_BABEDEAD_HPP_
#define _DNACOMMON_BABEDEAD_HPP_
2016-09-18 23:47:48 +00:00
#include "hecl/Blender/BlenderConnection.hpp"
2016-03-04 23:04:53 +00:00
#include "zeus/Math.hpp"
2016-03-27 21:02:38 +00:00
#include <cfloat>
2015-10-12 04:41:28 +00:00
2016-02-13 09:02:47 +00:00
namespace DataSpec
2015-09-28 05:19:31 +00:00
{
template<class BabeDeadLight>
2016-03-04 23:04:53 +00:00
void ReadBabeDeadLightToBlender(hecl::BlenderConnection::PyOutStream& os,
const BabeDeadLight& light, unsigned s, unsigned l);
2015-09-28 05:19:31 +00:00
template<class BabeDeadLight>
void WriteBabeDeadLightFromBlender(BabeDeadLight& lightOut, const hecl::BlenderConnection::DataStream::Light& lightIn);
2015-09-28 05:19:31 +00:00
}
#endif // _DNACOMMON_BABEDEAD_HPP_