Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
468 B

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //=============================================================================//
  6. #include "interface.h"
  7. bool InitializeVGui(CreateInterfaceFn *factorylist, int factorycount)
  8. {
  9. }
  10. int StartVGUI()
  11. {
  12. }
  13. void StopVGUI()
  14. {
  15. }
  16. void RunVGUIFrame()
  17. {
  18. }
  19. bool VGUIIsRunning()
  20. {
  21. }
  22. bool VGUIIsStopping()
  23. {
  24. }
  25. bool VGUIIsInConfig()
  26. {
  27. }
  28. void VGUIFinishedConfig()
  29. {
  30. }