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.
22 lines
652 B
22 lines
652 B
//========= Copyright Valve Corporation, All rights reserved. ============// |
|
// |
|
// Purpose: |
|
// |
|
// $NoKeywords: $ |
|
//=============================================================================// |
|
#include "cbase.h" |
|
#include "particles_simple.h" |
|
|
|
//----------------------------------------------------------------------------- |
|
// Purpose: |
|
//----------------------------------------------------------------------------- |
|
class C_ResourceChunk : public C_BaseAnimating |
|
{ |
|
DECLARE_CLASS( C_ResourceChunk, C_BaseAnimating ); |
|
public: |
|
DECLARE_CLIENTCLASS(); |
|
}; |
|
|
|
IMPLEMENT_CLIENTCLASS_DT( C_ResourceChunk, DT_ResourceChunk, CResourceChunk ) |
|
END_RECV_TABLE() |
|
|
|
|