16 lines
400 B
C
16 lines
400 B
C
|
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
// $NoKeywords: $
|
|||
|
//=============================================================================//
|
|||
|
#if !defined( SAVEGAME_VERSION_H )
|
|||
|
#define SAVEGAME_VERSION_H
|
|||
|
#ifdef _WIN32
|
|||
|
#pragma once
|
|||
|
#endif
|
|||
|
|
|||
|
#define SAVEGAME_VERSION 0x0073 // Version 0.73
|
|||
|
|
|||
|
#endif // SAVEGAME_VERSION_H
|