summaryrefslogtreecommitdiff
path: root/movieobjects/dmephonememapping.cpp
blob: 03a1c5da9eb5847593821630001d5881218b456d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================
#include "movieobjects/dmephonememapping.h"
#include "datamodel/dmelementfactoryhelper.h"

//-----------------------------------------------------------------------------
// CDmePhonemeMapping
//-----------------------------------------------------------------------------
IMPLEMENT_ELEMENT_FACTORY( DmePhonemeMapping, CDmePhonemeMapping );

void CDmePhonemeMapping::OnConstruction()
{
	m_Preset.Init( this, "preset" );
	m_Weight.InitAndSet( this, "weight", 1.0f );
}

void CDmePhonemeMapping::OnDestruction()
{
}