css_enhanced_waf/public/gcsdk/gchost.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

24 lines
No EOL
496 B
C++

//========= 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