Files
HL2Overcharged/gameui/GameUIPanel.h
2025-05-21 21:20:08 +03:00

23 lines
441 B
C++

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef GAMEUIPANEL_H
#define GAMEUIPANEL_H
#ifdef _WIN32
#pragma once
#endif
// Retrieve the root panel for the GameUI subsystem
namespace vgui
{
class Panel;
};
vgui::Panel *GetGameUIRootPanel( void );
#endif // GAMEUIPANEL_H