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.
|
|
//========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
// EXTRNVAR.H holds the "extern" definitions for global variables used
// through the program.
extern BOOL fShowRelocations; extern BOOL fShowRawSectionData; extern BOOL fShowSymbolTable; extern BOOL fShowLineNumbers; extern PIMAGE_SYMBOL PCOFFSymbolTable; extern DWORD COFFSymbolCount;
|