css_enhanced_waf/public/gcsdk/gchost.h

24 lines
496 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Holds a pointer to the GC's host's interface
//
//=============================================================================
#ifndef GCHOST_H
#define GCHOST_H
#ifdef _WIN32
#pragma once
#endif
#include "gamecoordinator/igamecoordinatorhost.h"
namespace GCSDK
{
extern IGameCoordinatorHost *GGCHost();
extern void SetGCHost( IGameCoordinatorHost *pHost );
} // namespace GCSDK
#endif // GCHOST_H