css_enhanced_waf/game/server/tf/tf_gc_api.h

19 lines
432 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= 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