mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 19:29:08 +00:00
1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//========= 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;
|
||||
Reference in New Issue
Block a user