mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
This commit is contained in:
parent
474a299a27
commit
2f58f2b0c2
304 changed files with 303 additions and 323 deletions
|
@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
===========================================================================
|
||||
*/
|
||||
#pragma hdrstop
|
||||
#include "precompiled.h"
|
||||
#pragma hdrstop
|
||||
|
||||
idCVar swf_debugShowAddress( "swf_debugShowAddress", "0", CVAR_BOOL, "shows addresses along with object types when they are serialized" );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue