source-engine/game/shared/achievement_saverestore.h

18 lines
425 B
C
Raw Normal View History

2023-10-03 14:23:56 +00:00
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
2020-04-22 16:56:21 +00:00
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef ACHIEVEMENT_SAVERESTORE_H
#define ACHIEVEMENT_SAVERESTORE_H
#if defined( _WIN32 )
#pragma once
#endif
ISaveRestoreBlockHandler *GetAchievementSaveRestoreBlockHandler();
#endif // ACHIEVEMENT_SAVERESTORE_H