mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
17 lines
500 B
C
17 lines
500 B
C
//========= 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;
|