19 lines
304 B
C
19 lines
304 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#ifndef SV_PRECACHE_H
|
|
#define SV_PRECACHE_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#endif // SV_PRECACHE_H
|