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.

16 lines
500 B

  1. //========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
  2. //
  3. // Purpose:
  4. //
  5. // $NoKeywords: $
  6. //
  7. //=============================================================================//
  8. // EXTRNVAR.H holds the "extern" definitions for global variables used
  9. // through the program.
  10. extern BOOL fShowRelocations;
  11. extern BOOL fShowRawSectionData;
  12. extern BOOL fShowSymbolTable;
  13. extern BOOL fShowLineNumbers;
  14. extern PIMAGE_SYMBOL PCOFFSymbolTable;
  15. extern DWORD COFFSymbolCount;