mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 19:29:08 +00:00
1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef VGUI_ASKCONNECTPANEL_H
|
||||
#define VGUI_ASKCONNECTPANEL_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
void SetupDefaultAskConnectAcceptKey();
|
||||
vgui::Panel* CreateAskConnectPanel( vgui::VPANEL parent );
|
||||
|
||||
void ShowAskConnectPanel( const char *pConnectToHostName, float flDuration );
|
||||
void HideAskConnectPanel();
|
||||
|
||||
bool IsAskConnectPanelActive( char *pHostName, int maxHostNameBytes );
|
||||
|
||||
|
||||
#endif // VGUI_ASKCONNECTPANEL_H
|
||||
Reference in New Issue
Block a user