cstrike15_src/movieobjects/dmerighandle.cpp
2025-06-04 03:22:50 +02: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()
{
}