Counter Strike : Global Offensive Source Code
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//===== Copyright (c) 1996-2009, Valve Corporation, All rights reserved. =====
//
// DmeProceduralBone
//
//============================================================================
#ifndef DMEPROCEDURALBONE_H
#define DMEPROCEDURALBONE_H
#if defined( _WIN32 )
#pragma once
#endif
// Valve includes
#include "movieobjects/dmejoint.h"
//-----------------------------------------------------------------------------
// DmeProceduralBone
//-----------------------------------------------------------------------------
class CDmeProceduralBone : public CDmeJoint { DEFINE_ELEMENT( CDmeProceduralBone, CDmeJoint );
public: };
#endif // DMEPROCEDURALBONE_H
|