blob: c2276c576f2534e93944e15d9cea748a95187601 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef AI_SAVERESTORE_H
#define AI_SAVERESTORE_H
#if defined( _WIN32 )
#pragma once
#endif
ISaveRestoreBlockHandler *GetAISaveRestoreBlockHandler();
#endif // AI_SAVERESTORE_H
|