28 lines
787 B
C++
28 lines
787 B
C++
![]() |
//====== Copyright <20> 1996-2008, Valve Corporation, All rights reserved. =======
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
//=============================================================================
|
|||
|
|
|||
|
#include "movieobjects/dmerighandle.h"
|
|||
|
#include "datamodel/dmelementfactoryhelper.h"
|
|||
|
|
|||
|
|
|||
|
//-----------------------------------------------------------------------------
|
|||
|
// Expose this class to the scene database
|
|||
|
//-----------------------------------------------------------------------------
|
|||
|
IMPLEMENT_ELEMENT_FACTORY( DmeRigHandle, CDmeRigHandle );
|
|||
|
|
|||
|
//-----------------------------------------------------------------------------
|
|||
|
// Purpose:
|
|||
|
//-----------------------------------------------------------------------------
|
|||
|
void CDmeRigHandle::OnConstruction()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
void CDmeRigHandle::OnDestruction()
|
|||
|
{
|
|||
|
|
|||
|
}
|