cstrike15_src/dedicated/vgui/vguihelpers_linux.cpp
2025-06-04 03:22:50 +02:00

40 lines
468 B
C++

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#include "interface.h"
bool InitializeVGui(CreateInterfaceFn *factorylist, int factorycount)
{
}
int StartVGUI()
{
}
void StopVGUI()
{
}
void RunVGUIFrame()
{
}
bool VGUIIsRunning()
{
}
bool VGUIIsStopping()
{
}
bool VGUIIsInConfig()
{
}
void VGUIFinishedConfig()
{
}