Files

16 lines
233 B
C++

//
// Copyright(c) 2016-2017 benikabocha.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
#include "MMDMorph.h"
namespace saba
{
MMDMorph::MMDMorph()
: m_weight(0)
, m_saveAnimWeight(0)
{
}
}