Files
cool-source-archive/game/client/c_baseviewmodel.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

20 lines
482 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Client side view model implementation. Responsible for drawing
// the view model.
//
// $NoKeywords: $
//=============================================================================//
#ifndef C_BASEVIEWMODEL_H
#define C_BASEVIEWMODEL_H
#ifdef _WIN32
#pragma once
#endif
#include "c_baseanimating.h"
#include "utlvector.h"
#include "baseviewmodel_shared.h"
#endif // C_BASEVIEWMODEL_H