From 3bf9df6b2785fa6d951086978a3e66f49427166a Mon Sep 17 00:00:00 2001 From: FluorescentCIAAfricanAmerican <0934gj3049fk@protonmail.com> Date: Wed, 22 Apr 2020 12:56:21 -0400 Subject: 1 --- dedicated/vgui/vguihelpers_linux.cpp | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dedicated/vgui/vguihelpers_linux.cpp (limited to 'dedicated/vgui/vguihelpers_linux.cpp') diff --git a/dedicated/vgui/vguihelpers_linux.cpp b/dedicated/vgui/vguihelpers_linux.cpp new file mode 100644 index 0000000..4b8f474 --- /dev/null +++ b/dedicated/vgui/vguihelpers_linux.cpp @@ -0,0 +1,39 @@ +//========= 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() +{ +} + -- cgit v1.2.3