Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
206 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. #ifndef CCS_H
  3. #define CCS_H
  4. #pragma once
  5. void CCS_Init();
  6. void CCS_Shutdown();
  7. void CCS_Tick( float flTime );
  8. #endif // CCS_H