css_enhanced_waf/engine/ccs.h

12 lines
206 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
#ifndef CCS_H
#define CCS_H
#pragma once
void CCS_Init();
void CCS_Shutdown();
void CCS_Tick( float flTime );
#endif // CCS_H