summaryrefslogtreecommitdiff
path: root/public/gcsdk/gchost.h
blob: 00640c9abe8931ff3343f2f87c9034feaa9fbed7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//========= 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