2025-06-04 03:22:50 +02:00

13 lines
427 B
C++

//====== Copyright © 1996-2004, Valve Corporation, All rights reserved. =======
//
// Purpose: See notes below
//
//=============================================================================
#include "sfmobjects/sfmobjects.h"
#include "datamodel/dmelementfactoryhelper.h"
// This hack causes the class factories for the element types to be imported into the compiled code...
USING_ELEMENT_FACTORY( DmeGraphEditorState );