Files
csgo-2018-source/movieobjects/dmerighandle.cpp
KittenPopo c2130ba4e9 uid issue
2021-07-24 21:11:47 -07:00

28 lines
787 B
C++

//====== Copyright © 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()
{
}