mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
27
datamodel/dmserializerbinary.h
Normal file
27
datamodel/dmserializerbinary.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//========= 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
|
||||
Reference in New Issue
Block a user