csgo-2018-source/public/savegame_version.h
2021-07-24 21:11:47 -07:00

16 lines
385 B
C

//========= Copyright © 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 0x0074 // Version 0.74
#endif // SAVEGAME_VERSION_H