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.
12 lines
439 B
12 lines
439 B
//====== 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 );
|