mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
1
This commit is contained in:
22
serverbrowser/VACBannedConnRefusedDialog.cpp
Normal file
22
serverbrowser/VACBannedConnRefusedDialog.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#include "pch_serverbrowser.h"
|
||||
|
||||
using namespace vgui;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: Constructor
|
||||
//-----------------------------------------------------------------------------
|
||||
CVACBannedConnRefusedDialog::CVACBannedConnRefusedDialog( VPANEL hVParent, const char *name ) : BaseClass( NULL, name )
|
||||
{
|
||||
SetParent( hVParent );
|
||||
SetSize( 480, 220 );
|
||||
SetSizeable( false );
|
||||
|
||||
LoadControlSettings( "servers/VACBannedConnRefusedDialog.res" );
|
||||
MoveToCenterOfScreen();
|
||||
}
|
||||
Reference in New Issue
Block a user