Files
cool-source-archive/game/client/sdk/vgui_rootpanel_skeleton.cpp
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

15 lines
222 B
C++

#include "cbase.h"
#include "ienginevgui.h"
void VGUI_CreateClientDLLRootPanel()
{
}
void VGUI_DestroyClientDLLRootPanel()
{
}
vgui::VPANEL VGui_GetClientDLLRootPanel()
{
return enginevgui->GetPanel(PANEL_CLIENTDLL);
}