16 lines
325 B
C
16 lines
325 B
C
//====== Copyright © 1996-2004, Valve Corporation, All rights reserved. =======
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================
|
|
|
|
#ifndef SFMOBJECTS_H
|
|
#define SFMOBJECTS_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
#include "sfmobjects/dmegrapheditorstate.h"
|
|
|
|
#endif // SFMOBJECTS_H
|