mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 21:58:45 +03:00
16 lines
233 B
C++
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)
|
|
{
|
|
}
|
|
}
|