You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
438 B
19 lines
438 B
5 years ago
|
//========= 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
|