css_enhanced_waf/datamodel/dmserializerbinary.h

27 lines
808 B
C
Raw Normal View History

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