Counter Strike : Global Offensive Source Code
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.

24 lines
820 B

  1. //========= Copyright (c) 1996-2009, Valve Corporation, All rights reserved. ============//
  2. //
  3. //=======================================================================================//
  4. #ifndef REPLAYHISTORYMANAGER_H
  5. #define REPLAYHISTORYMANAGER_H
  6. #ifdef _WIN32
  7. #pragma once
  8. #endif
  9. //----------------------------------------------------------------------------------------
  10. #include "engine/ireplayhistorymanager.h"
  11. //----------------------------------------------------------------------------------------
  12. extern IReplayHistoryManager *g_pClientReplayHistoryManager;
  13. extern IReplayHistoryManager *g_pServerReplayHistoryManager;
  14. IReplayHistoryManager *CreateServerReplayHistoryManager();
  15. //----------------------------------------------------------------------------------------
  16. #endif // REPLAYHISTORYMANAGER_H