Team Fortress 2 Source Code as on 22/4/2020
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.

28 lines
702 B

  1. //========= Copyright Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. //===========================================================================//
  6. #ifndef CBASE_H
  7. #define CBASE_H
  8. #ifdef _WIN32
  9. #pragma once
  10. #endif
  11. // cbase.h : include file for standard system include files,
  12. // or project specific include files that are used frequently, but
  13. // are changed infrequently
  14. //
  15. // TODO: reference additional headers your program requires here
  16. #include "mxtk/mx.h"
  17. #include "mxtk/mxwindow.h"
  18. #include "tier0/dbg.h"
  19. #include "utlvector.h"
  20. #include "vstdlib/random.h"
  21. #include "sharedInterface.h"
  22. #include "scenemanager_tools.h"
  23. #include "tier3/tier3.h"
  24. #endif // CBASE_H