hl2_src-leak-2017/src/game/server/tf2/tf_obj_mcv_selection_panel.h

19 lines
438 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef TF_OBJ_MCV_SELECTION_PANEL_H
#define TF_OBJ_MCV_SELECTION_PANEL_H
#ifdef _WIN32
#pragma once
#endif
// Tells the MCV selection panels to detect network state changes.
void SignalChangeInMCVSelectionPanels();
#endif // TF_OBJ_MCV_SELECTION_PANEL_H