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.

15 lines
467 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //=======================================================================================//
  3. #ifndef CDLL_REPLAY_H
  4. #define CDLL_REPLAY_H
  5. #ifdef _WIN32
  6. #pragma once
  7. #endif
  8. //----------------------------------------------------------------------------------------
  9. class IReplayEngineClient;
  10. //----------------------------------------------------------------------------------------
  11. #endif