blob: 47e69842e059044d9ffb7220c5a16a9ceb0fbfc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//========= 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
|