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:
Admer 2021-07-29 15:42:02 +02:00 committed by Robert Beckebans
parent 474a299a27
commit 2f58f2b0c2
304 changed files with 303 additions and 323 deletions

View file

@ -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" );