csgo-2018-source/public/mdlobjects/dmeelementgroup.h

37 lines
717 B
C
Raw Normal View History

2021-07-24 21:11:47 -07:00
//===== Copyright (c) 1996-2009, Valve Corporation, All rights reserved. ====
//
// Element group
//
//===========================================================================
#ifndef DMEELEMENTGROUP_H
#define DMEELEMENTGROUP_H
#ifdef _WIN32
#pragma once
#endif
// Valve includes
#include "datamodel/dmelement.h"
#include "datamodel/dmattributevar.h"
//-----------------------------------------------------------------------------
//
//-----------------------------------------------------------------------------
class CDmeElementGroup : public CDmElement
{
DEFINE_ELEMENT( CDmeElementGroup, CDmElement );
public:
CDmaElementArray< CDmeElementGroup > m_eElementList;
};
#endif // DMEELEMENTGROUP_H