diff options
Diffstat (limited to 'game/server/tf/tf_gc_api.h')
| -rw-r--r-- | game/server/tf/tf_gc_api.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/game/server/tf/tf_gc_api.h b/game/server/tf/tf_gc_api.h new file mode 100644 index 0000000..bd1582e --- /dev/null +++ b/game/server/tf/tf_gc_api.h @@ -0,0 +1,18 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef TF_GC_API_H +#define TF_GC_API_H +#ifdef _WIN32 +#pragma once +#endif + +void GameCoordinator_NotifyGameState(); +void GameCoordinator_NotifyLevelShutdown(); +const char *GameCoordinator_GetRegistrationString(); + +#endif // TF_GC_API_H |