summaryrefslogtreecommitdiff
path: root/serverbrowser/VACBannedConnRefusedDialog.h
blob: 16981b1b24d3616e39a34979d9fd8c2fc9fa4d96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================

#ifndef VACBANNEDCONNREFUSED_H
#define VACBANNEDCONNREFUSED_H
#ifdef _WIN32
#pragma once
#endif


//-----------------------------------------------------------------------------
// Purpose: Displays information about new VAC bans
//-----------------------------------------------------------------------------
class CVACBannedConnRefusedDialog : public vgui::Frame
{
	DECLARE_CLASS_SIMPLE( CVACBannedConnRefusedDialog, vgui::Frame );

public:
	CVACBannedConnRefusedDialog( vgui::VPANEL hVParent, const char *name );

};




#endif // VACBANNEDCONNREFUSED_H