23 lines
526 B
C++
23 lines
526 B
C++
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//
|
|
//=============================================================================//
|
|
#ifndef PROGS_H
|
|
#define PROGS_H
|
|
|
|
#pragma once
|
|
|
|
// Forward declare this type to avoid problems
|
|
class CSaveRestoreData;
|
|
struct edict_t;
|
|
|
|
//============================================================================
|
|
|
|
|
|
//============================================================================
|
|
|
|
|
|
#endif // PROGS_H
|