mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
19 lines
438 B
C
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
|