css_enhanced_waf/dedicated/vgui/vguihelpers_linux.cpp
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

39 lines
455 B
C++

//========= Copyright 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()
{
}