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.

12 lines
439 B

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