diff options
Diffstat (limited to 'game/server/tf2/tf_obj_mcv_selection_panel.h')
| -rw-r--r-- | game/server/tf2/tf_obj_mcv_selection_panel.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/game/server/tf2/tf_obj_mcv_selection_panel.h b/game/server/tf2/tf_obj_mcv_selection_panel.h new file mode 100644 index 0000000..47e6984 --- /dev/null +++ b/game/server/tf2/tf_obj_mcv_selection_panel.h @@ -0,0 +1,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 |