mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
27
gameui/ControllerDialog.h
Normal file
27
gameui/ControllerDialog.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef CONTROLLERDIALOG_H
|
||||
#define CONTROLLERDIALOG_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "OptionsDialog.h"
|
||||
|
||||
class CControllerDialog : public COptionsDialogXbox
|
||||
{
|
||||
DECLARE_CLASS_SIMPLE( CControllerDialog, COptionsDialogXbox );
|
||||
|
||||
public:
|
||||
CControllerDialog(vgui::Panel *parent);
|
||||
|
||||
virtual void ApplySchemeSettings( vgui::IScheme *pScheme );
|
||||
|
||||
};
|
||||
|
||||
#endif // CONTROLLERDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user