mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
23 lines
513 B
C++
23 lines
513 B
C++
//========= Copyright 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
|