22 lines
535 B
C++
22 lines
535 B
C++
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose: Client's CBaseCombatWeapon entity
|
|
//
|
|
// $Workfile: $
|
|
// $Date: $
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
#ifndef C_BASECOMBATWEAPON_H
|
|
#define C_BASECOMBATWEAPON_H
|
|
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
#include "basecombatweapon_shared.h"
|
|
#include "weapons_resource.h"
|
|
|
|
class CViewSetup;
|
|
class C_BaseViewModel;
|
|
|
|
#endif // C_BASECOMBATWEAPON
|