summaryrefslogtreecommitdiff
path: root/mdlobjects/dmebodypart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mdlobjects/dmebodypart.cpp')
-rw-r--r--mdlobjects/dmebodypart.cpp35
1 files changed, 35 insertions, 0 deletions
diff --git a/mdlobjects/dmebodypart.cpp b/mdlobjects/dmebodypart.cpp
new file mode 100644
index 0000000..b932554
--- /dev/null
+++ b/mdlobjects/dmebodypart.cpp
@@ -0,0 +1,35 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Dme body part base class
+//
+//===========================================================================//
+
+
+#include "datamodel/dmelementfactoryhelper.h"
+#include "mdlobjects/dmebodypart.h"
+
+
+// memdbgon must be the last include file in a .cpp file!!!
+#include "tier0/memdbgon.h"
+
+
+//-----------------------------------------------------------------------------
+// Expose this class to the scene database
+//-----------------------------------------------------------------------------
+IMPLEMENT_ELEMENT_FACTORY( DmeBodyPart, CDmeBodyPart );
+
+
+//-----------------------------------------------------------------------------
+//
+//-----------------------------------------------------------------------------
+void CDmeBodyPart::OnConstruction()
+{
+}
+
+
+//-----------------------------------------------------------------------------
+//
+//-----------------------------------------------------------------------------
+void CDmeBodyPart::OnDestruction()
+{
+} \ No newline at end of file