mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-09-04 15:33:19 +03:00
15 lines
222 B
C++
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);
|
|
} |