aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/savegame_version.h
blob: 44253dc212875117eed3749a14a6ec33912d504f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//========= Copyright 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