css_enhanced_waf/engine/progs.h

23 lines
513 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= 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