css_enhanced_waf/datamodel/dmserializerkeyvalues.h

27 lines
774 B
C
Raw Permalink Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================
#ifndef DMSERIALIZERKEYVALUES_H
#define DMSERIALIZERKEYVALUES_H
#ifdef _WIN32
#pragma once
#endif
//-----------------------------------------------------------------------------
// Forward declarations
//-----------------------------------------------------------------------------
class IDataModel;
//-----------------------------------------------------------------------------
// Installation methods for standard serializers
//-----------------------------------------------------------------------------
void InstallKeyValuesSerializer( IDataModel *pFactory );
#endif // DMSERIALIZER_H