From 2f58f2b0c275305630ccae4c6dcb76cf4be4c098 Mon Sep 17 00:00:00 2001 From: Admer <49600504+Admer456@users.noreply.github.com> Date: Thu, 29 Jul 2021 15:42:02 +0200 Subject: [PATCH] Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops --- neo/aas/AASFile.cpp | 4 +--- neo/aas/AASFileManager.cpp | 3 +-- neo/aas/AASFile_optimize.cpp | 4 +--- neo/aas/AASFile_sample.cpp | 4 +--- neo/cm/CollisionModel_contacts.cpp | 3 +-- neo/cm/CollisionModel_contents.cpp | 3 +-- neo/cm/CollisionModel_debug.cpp | 4 +--- neo/cm/CollisionModel_files.cpp | 4 +--- neo/cm/CollisionModel_load.cpp | 4 +--- neo/cm/CollisionModel_rotate.cpp | 3 +-- neo/cm/CollisionModel_trace.cpp | 3 +-- neo/cm/CollisionModel_translate.cpp | 3 +-- neo/d3xp/ai/AAS.cpp | 2 +- neo/d3xp/ai/AAS_debug.cpp | 2 +- neo/d3xp/ai/AAS_pathing.cpp | 2 +- neo/d3xp/ai/AAS_routing.cpp | 2 +- neo/d3xp/ai/AI.cpp | 3 +-- neo/d3xp/ai/AI_Vagary.cpp | 2 +- neo/d3xp/ai/AI_events.cpp | 2 +- neo/d3xp/ai/AI_pathing.cpp | 2 +- neo/d3xp/anim/Anim.cpp | 2 +- neo/d3xp/anim/Anim_Blend.cpp | 2 +- neo/d3xp/anim/Anim_Testmodel.cpp | 2 +- neo/d3xp/gamesys/Class.cpp | 2 +- neo/d3xp/gamesys/Event.cpp | 2 +- neo/d3xp/gamesys/SaveGame.cpp | 2 +- neo/d3xp/gamesys/SysCmds.cpp | 2 +- neo/d3xp/gamesys/SysCvar.cpp | 2 +- neo/d3xp/menus/MenuHandler.cpp | 2 +- neo/d3xp/menus/MenuHandler_HUD.cpp | 2 +- neo/d3xp/menus/MenuHandler_PDA.cpp | 2 +- neo/d3xp/menus/MenuHandler_Scoreboard.cpp | 2 +- neo/d3xp/menus/MenuHandler_Shell.cpp | 2 +- neo/d3xp/menus/MenuScreen.cpp | 2 +- neo/d3xp/menus/MenuScreen_HUD.cpp | 2 +- neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp | 2 +- neo/d3xp/menus/MenuScreen_PDA_UserData.cpp | 2 +- neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp | 2 +- neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp | 2 +- neo/d3xp/menus/MenuScreen_Scoreboard.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Browser.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Controls.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Credits.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Dev.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Load.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Pause.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Root.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Save.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Settings.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp | 2 +- neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp | 2 +- neo/d3xp/menus/MenuWidget.cpp | 2 +- neo/d3xp/menus/MenuWidget_Button.cpp | 2 +- neo/d3xp/menus/MenuWidget_Carousel.cpp | 2 +- neo/d3xp/menus/MenuWidget_CommandBar.cpp | 2 +- neo/d3xp/menus/MenuWidget_DynamicList.cpp | 2 +- neo/d3xp/menus/MenuWidget_Help.cpp | 2 +- neo/d3xp/menus/MenuWidget_InfoBox.cpp | 2 +- neo/d3xp/menus/MenuWidget_ItemAssignment.cpp | 2 +- neo/d3xp/menus/MenuWidget_List.cpp | 2 +- neo/d3xp/menus/MenuWidget_LobbyList.cpp | 2 +- neo/d3xp/menus/MenuWidget_MenuBar.cpp | 2 +- neo/d3xp/menus/MenuWidget_NavBar.cpp | 2 +- neo/d3xp/menus/MenuWidget_NavButton.cpp | 2 +- neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp | 2 +- neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp | 2 +- neo/d3xp/menus/MenuWidget_PDA_Objective.cpp | 2 +- neo/d3xp/menus/MenuWidget_PDA_UserData.cpp | 2 +- neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp | 2 +- neo/d3xp/menus/MenuWidget_Scrollbar.cpp | 2 +- neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp | 2 +- neo/d3xp/physics/Clip.cpp | 2 +- neo/d3xp/physics/Force.cpp | 2 +- neo/d3xp/physics/Force_Constant.cpp | 2 +- neo/d3xp/physics/Force_Drag.cpp | 2 +- neo/d3xp/physics/Force_Field.cpp | 2 +- neo/d3xp/physics/Force_Grab.cpp | 2 +- neo/d3xp/physics/Force_Spring.cpp | 2 +- neo/d3xp/physics/Physics.cpp | 2 +- neo/d3xp/physics/Physics_AF.cpp | 2 +- neo/d3xp/physics/Physics_Actor.cpp | 2 +- neo/d3xp/physics/Physics_Base.cpp | 2 +- neo/d3xp/physics/Physics_Monster.cpp | 2 +- neo/d3xp/physics/Physics_Parametric.cpp | 2 +- neo/d3xp/physics/Physics_Player.cpp | 2 +- neo/d3xp/physics/Physics_RigidBody.cpp | 2 +- neo/d3xp/physics/Physics_Static.cpp | 2 +- neo/d3xp/physics/Physics_StaticMulti.cpp | 2 +- neo/d3xp/physics/Push.cpp | 2 +- neo/d3xp/script/Script_Compiler.cpp | 2 +- neo/d3xp/script/Script_Interpreter.cpp | 2 +- neo/d3xp/script/Script_Program.cpp | 2 +- neo/d3xp/script/Script_Thread.cpp | 2 +- neo/framework/Console.cpp | 2 +- neo/framework/ConsoleHistory.cpp | 2 +- neo/framework/DebugGraph.cpp | 2 +- neo/framework/File_SaveGame.cpp | 2 +- neo/framework/PlayerProfile.cpp | 1 - neo/idlib/BitMsg.cpp | 2 +- neo/idlib/Heap.cpp | 2 +- neo/idlib/LangDict.cpp | 2 +- neo/idlib/ParallelJobList.cpp | 2 +- neo/idlib/RectAllocator.cpp | 2 +- neo/idlib/Thread.cpp | 2 +- neo/idlib/bv/Bounds.cpp | 2 +- neo/idlib/bv/Box.cpp | 2 +- neo/idlib/bv/Sphere.cpp | 2 +- neo/idlib/containers/HashIndex.cpp | 2 +- neo/idlib/geometry/DrawVert.cpp | 2 +- neo/idlib/geometry/JointTransform.cpp | 2 +- neo/idlib/geometry/Surface.cpp | 2 +- neo/idlib/geometry/Surface_Patch.cpp | 2 +- neo/idlib/geometry/Surface_Polytope.cpp | 2 +- neo/idlib/geometry/Surface_SweptSpline.cpp | 2 +- neo/idlib/geometry/TraceModel.cpp | 2 +- neo/idlib/geometry/Winding.cpp | 2 +- neo/idlib/geometry/Winding2D.cpp | 2 +- neo/idlib/hashing/CRC32.cpp | 2 +- neo/idlib/hashing/MD4.cpp | 2 +- neo/idlib/hashing/MD5.cpp | 2 +- neo/idlib/math/Angles.cpp | 2 +- neo/idlib/math/Complex.cpp | 2 +- neo/idlib/math/Lcp.cpp | 2 +- neo/idlib/math/MatX.cpp | 2 +- neo/idlib/math/Math.cpp | 2 +- neo/idlib/math/Matrix.cpp | 2 +- neo/idlib/math/Ode.cpp | 2 +- neo/idlib/math/Plane.cpp | 2 +- neo/idlib/math/Pluecker.cpp | 2 +- neo/idlib/math/Polynomial.cpp | 2 +- neo/idlib/math/Quat.cpp | 2 +- neo/idlib/math/Rotation.cpp | 2 +- neo/idlib/math/Simd.cpp | 2 +- neo/idlib/math/Simd_Generic.cpp | 2 +- neo/idlib/math/Simd_SSE.cpp | 2 +- neo/idlib/math/VecX.cpp | 2 +- neo/idlib/math/Vector.cpp | 2 +- neo/idlib/sys/sys_assert.cpp | 2 +- neo/idlib/sys/win32/win_thread.cpp | 2 +- neo/imgui/BFGimguiImpl.cpp | 2 +- neo/renderer/BinaryImage.cpp | 2 +- neo/renderer/BoundsTrack.cpp | 2 +- neo/renderer/BufferObject.cpp | 2 +- neo/renderer/Cinematic.cpp | 2 +- neo/renderer/Color/ColorSpace.cpp | 2 +- neo/renderer/DXT/DXTEncoder.cpp | 2 +- neo/renderer/DXT/DXTEncoder_SSE2.cpp | 2 +- neo/renderer/Font.cpp | 2 +- neo/renderer/GLMatrix.cpp | 2 +- neo/renderer/GuiModel.cpp | 2 +- neo/renderer/ImageManager.cpp | 2 +- neo/renderer/Image_files.cpp | 2 +- neo/renderer/Image_intrinsic.cpp | 2 +- neo/renderer/Image_load.cpp | 2 +- neo/renderer/Image_process.cpp | 2 +- neo/renderer/Image_program.cpp | 2 +- neo/renderer/Interaction.cpp | 2 +- neo/renderer/Material.cpp | 2 +- neo/renderer/Model.cpp | 2 +- neo/renderer/ModelDecal.cpp | 2 +- neo/renderer/ModelManager.cpp | 2 +- neo/renderer/ModelOverlay.cpp | 2 +- neo/renderer/Model_ase.cpp | 2 +- neo/renderer/Model_beam.cpp | 2 +- neo/renderer/Model_liquid.cpp | 2 +- neo/renderer/Model_lwo.cpp | 2 +- neo/renderer/Model_ma.cpp | 2 +- neo/renderer/Model_md3.cpp | 2 +- neo/renderer/Model_md5.cpp | 2 +- neo/renderer/Model_obj.cpp | 2 +- neo/renderer/Model_prt.cpp | 2 +- neo/renderer/Model_sprite.cpp | 2 +- neo/renderer/OpenGL/BufferObject_GL.cpp | 2 +- neo/renderer/OpenGL/Image_GL.cpp | 2 +- neo/renderer/OpenGL/RenderBackend_GL.cpp | 2 +- neo/renderer/OpenGL/RenderDebug_GL.cpp | 2 +- neo/renderer/OpenGL/RenderProgs_GL.cpp | 2 +- neo/renderer/RenderBackend.cpp | 2 +- neo/renderer/RenderEntity.cpp | 2 +- neo/renderer/RenderLog.cpp | 2 +- neo/renderer/RenderProgs.cpp | 2 +- neo/renderer/RenderProgs_GLSL.cpp | 2 +- neo/renderer/RenderSystem.cpp | 2 +- neo/renderer/RenderSystem_init.cpp | 2 +- neo/renderer/RenderWorld.cpp | 2 +- neo/renderer/RenderWorld_defs.cpp | 2 +- neo/renderer/RenderWorld_demo.cpp | 2 +- neo/renderer/RenderWorld_envprobes.cpp | 2 +- neo/renderer/RenderWorld_load.cpp | 2 +- neo/renderer/RenderWorld_portals.cpp | 2 +- neo/renderer/ResolutionScale.cpp | 2 +- neo/renderer/ScreenRect.cpp | 2 +- neo/renderer/VertexCache.cpp | 2 +- neo/renderer/tr_frontend_addlights.cpp | 2 +- neo/renderer/tr_frontend_addmodels.cpp | 2 +- neo/renderer/tr_frontend_deform.cpp | 2 +- neo/renderer/tr_frontend_guisurf.cpp | 2 +- neo/renderer/tr_frontend_main.cpp | 2 +- neo/renderer/tr_frontend_subview.cpp | 2 +- neo/renderer/tr_trace.cpp | 2 +- neo/renderer/tr_trisurf.cpp | 2 +- neo/sound/OpenAL/AL_SoundHardware.cpp | 2 +- neo/sound/OpenAL/AL_SoundSample.cpp | 2 +- neo/sound/OpenAL/AL_SoundVoice.cpp | 2 +- neo/sound/SoundVoice.cpp | 2 +- neo/sound/WaveFile.cpp | 2 +- neo/sound/snd_emitter.cpp | 2 +- neo/sound/snd_shader.cpp | 2 +- neo/sound/snd_system.cpp | 2 +- neo/sound/snd_world.cpp | 2 +- neo/swf/SWF_Bitstream.cpp | 2 +- neo/swf/SWF_Dictionary.cpp | 2 +- neo/swf/SWF_Events.cpp | 2 +- neo/swf/SWF_File.cpp | 2 +- neo/swf/SWF_Image.cpp | 2 +- neo/swf/SWF_Load.cpp | 2 +- neo/swf/SWF_Main.cpp | 2 +- neo/swf/SWF_Names.cpp | 2 +- neo/swf/SWF_ParmList.cpp | 2 +- neo/swf/SWF_PlaceObject.cpp | 2 +- neo/swf/SWF_Render.cpp | 2 +- neo/swf/SWF_ScriptFunction.cpp | 2 +- neo/swf/SWF_ScriptObject.cpp | 2 +- neo/swf/SWF_ScriptVar.cpp | 2 +- neo/swf/SWF_ShapeParser.cpp | 2 +- neo/swf/SWF_Shapes.cpp | 2 +- neo/swf/SWF_Sounds.cpp | 2 +- neo/swf/SWF_SpriteInstance.cpp | 2 +- neo/swf/SWF_Sprites.cpp | 2 +- neo/swf/SWF_Text.cpp | 2 +- neo/swf/SWF_TextInstance.cpp | 2 +- neo/swf/SWF_Zlib.cpp | 2 +- neo/sys/LightweightCompression.cpp | 2 +- neo/sys/PacketProcessor.cpp | 2 +- neo/sys/Snapshot.cpp | 2 +- neo/sys/SnapshotProcessor.cpp | 2 +- neo/sys/Snapshot_Jobs.cpp | 2 +- neo/sys/common/achievements.cpp | 2 +- neo/sys/common/localuser.cpp | 2 +- neo/sys/common/savegame.cpp | 2 +- neo/sys/common/session_local.cpp | 2 +- neo/sys/common/signin.cpp | 2 +- neo/sys/common/socket_net.cpp | 2 +- neo/sys/sys_achievements.cpp | 2 +- neo/sys/sys_dedicated_server_search.cpp | 2 +- neo/sys/sys_lobby.cpp | 2 +- neo/sys/sys_lobby_backend_direct.cpp | 2 +- neo/sys/sys_lobby_migrate.cpp | 2 +- neo/sys/sys_lobby_snapshot.cpp | 2 +- neo/sys/sys_lobby_users.cpp | 2 +- neo/sys/sys_local.cpp | 2 +- neo/sys/sys_localuser.cpp | 2 +- neo/sys/sys_profile.cpp | 2 +- neo/sys/sys_savegame.cpp | 2 +- neo/sys/sys_session_callbacks.cpp | 2 +- neo/sys/sys_session_local.cpp | 2 +- neo/sys/sys_session_savegames.cpp | 2 +- neo/sys/sys_signin.cpp | 2 +- neo/sys/sys_voicechat.cpp | 2 +- neo/sys/win32/win_cpu.cpp | 2 +- neo/sys/win32/win_glimp.cpp | 2 +- neo/sys/win32/win_input.cpp | 2 +- neo/sys/win32/win_input.h | 2 +- neo/sys/win32/win_main.cpp | 2 +- neo/sys/win32/win_shared.cpp | 2 +- neo/sys/win32/win_snd.cpp | 2 +- neo/sys/win32/win_syscon.cpp | 2 +- neo/sys/win32/win_taskkeyhook.cpp | 2 +- neo/sys/win32/win_wndproc.cpp | 2 +- neo/tools/imgui/ImGuiTools.cpp | 2 +- neo/tools/imgui/lighteditor/LightEditor.cpp | 2 +- neo/ui/BindWindow.cpp | 2 +- neo/ui/ChoiceWindow.cpp | 2 +- neo/ui/DeviceContext.cpp | 2 +- neo/ui/EditWindow.cpp | 2 +- neo/ui/FieldWindow.cpp | 2 +- neo/ui/GameBearShootWindow.cpp | 2 +- neo/ui/GameBustOutWindow.cpp | 2 +- neo/ui/GameSSDWindow.cpp | 2 +- neo/ui/GuiScript.cpp | 2 +- neo/ui/ListGUI.cpp | 2 +- neo/ui/ListWindow.cpp | 2 +- neo/ui/RegExp.cpp | 2 +- neo/ui/RenderWindow.cpp | 2 +- neo/ui/SimpleWindow.cpp | 2 +- neo/ui/SliderWindow.cpp | 2 +- neo/ui/UserInterface.cpp | 2 +- neo/ui/Window.cpp | 2 +- neo/ui/Winvar.cpp | 2 +- 304 files changed, 303 insertions(+), 323 deletions(-) diff --git a/neo/aas/AASFile.cpp b/neo/aas/AASFile.cpp index 66017773..d1f324c5 100644 --- a/neo/aas/AASFile.cpp +++ b/neo/aas/AASFile.cpp @@ -26,14 +26,12 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "AASFile.h" #include "AASFile_local.h" - /* =============================================================================== diff --git a/neo/aas/AASFileManager.cpp b/neo/aas/AASFileManager.cpp index eb0b640d..1cd00336 100644 --- a/neo/aas/AASFileManager.cpp +++ b/neo/aas/AASFileManager.cpp @@ -26,9 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "AASFile.h" #include "AASFile_local.h" diff --git a/neo/aas/AASFile_optimize.cpp b/neo/aas/AASFile_optimize.cpp index a30c4128..f99208fe 100644 --- a/neo/aas/AASFile_optimize.cpp +++ b/neo/aas/AASFile_optimize.cpp @@ -26,14 +26,12 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "AASFile.h" #include "AASFile_local.h" - //=============================================================== // // optimize file diff --git a/neo/aas/AASFile_sample.cpp b/neo/aas/AASFile_sample.cpp index fdd262d2..ada92b08 100644 --- a/neo/aas/AASFile_sample.cpp +++ b/neo/aas/AASFile_sample.cpp @@ -26,14 +26,12 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "AASFile.h" #include "AASFile_local.h" - //=============================================================== // // Environment Sampling diff --git a/neo/cm/CollisionModel_contacts.cpp b/neo/cm/CollisionModel_contacts.cpp index d9ed5f45..ec4b2004 100644 --- a/neo/cm/CollisionModel_contacts.cpp +++ b/neo/cm/CollisionModel_contacts.cpp @@ -34,9 +34,8 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_contents.cpp b/neo/cm/CollisionModel_contents.cpp index f35f05bd..4d8a1daf 100644 --- a/neo/cm/CollisionModel_contents.cpp +++ b/neo/cm/CollisionModel_contents.cpp @@ -34,9 +34,8 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_debug.cpp b/neo/cm/CollisionModel_debug.cpp index 9aef7df7..f3b060e4 100644 --- a/neo/cm/CollisionModel_debug.cpp +++ b/neo/cm/CollisionModel_debug.cpp @@ -34,13 +34,11 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" - /* =============================================================================== diff --git a/neo/cm/CollisionModel_files.cpp b/neo/cm/CollisionModel_files.cpp index 5decdc42..87fa40e2 100644 --- a/neo/cm/CollisionModel_files.cpp +++ b/neo/cm/CollisionModel_files.cpp @@ -34,9 +34,8 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" @@ -45,7 +44,6 @@ If you have questions concerning this license or the applicable additional terms #define CM_FILEID "CM" #define CM_FILEVERSION "1.00" - /* =============================================================================== diff --git a/neo/cm/CollisionModel_load.cpp b/neo/cm/CollisionModel_load.cpp index cfe4fab0..093a9e36 100644 --- a/neo/cm/CollisionModel_load.cpp +++ b/neo/cm/CollisionModel_load.cpp @@ -46,9 +46,8 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" @@ -67,7 +66,6 @@ idHashIndex* cm_edgeHash; idBounds cm_modelBounds; int cm_vertexShift; - idCVar preLoad_Collision( "preLoad_Collision", "1", CVAR_SYSTEM | CVAR_BOOL, "preload collision beginlevelload" ); /* diff --git a/neo/cm/CollisionModel_rotate.cpp b/neo/cm/CollisionModel_rotate.cpp index 36680584..dc0d7300 100644 --- a/neo/cm/CollisionModel_rotate.cpp +++ b/neo/cm/CollisionModel_rotate.cpp @@ -34,9 +34,8 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_trace.cpp b/neo/cm/CollisionModel_trace.cpp index fce06fc1..2abc6240 100644 --- a/neo/cm/CollisionModel_trace.cpp +++ b/neo/cm/CollisionModel_trace.cpp @@ -34,9 +34,8 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" diff --git a/neo/cm/CollisionModel_translate.cpp b/neo/cm/CollisionModel_translate.cpp index 95a151c1..f65742c7 100644 --- a/neo/cm/CollisionModel_translate.cpp +++ b/neo/cm/CollisionModel_translate.cpp @@ -34,9 +34,8 @@ If you have questions concerning this license or the applicable additional terms =============================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "CollisionModel_local.h" diff --git a/neo/d3xp/ai/AAS.cpp b/neo/d3xp/ai/AAS.cpp index c60dcaa2..e7cb64f2 100644 --- a/neo/d3xp/ai/AAS.cpp +++ b/neo/d3xp/ai/AAS.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "AAS_local.h" diff --git a/neo/d3xp/ai/AAS_debug.cpp b/neo/d3xp/ai/AAS_debug.cpp index 29b26cc7..c9df2ab6 100644 --- a/neo/d3xp/ai/AAS_debug.cpp +++ b/neo/d3xp/ai/AAS_debug.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "AAS_local.h" #include "../Game_local.h" // for cvars and debug drawing diff --git a/neo/d3xp/ai/AAS_pathing.cpp b/neo/d3xp/ai/AAS_pathing.cpp index b9c03d18..ee75a6b0 100644 --- a/neo/d3xp/ai/AAS_pathing.cpp +++ b/neo/d3xp/ai/AAS_pathing.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "AAS_local.h" diff --git a/neo/d3xp/ai/AAS_routing.cpp b/neo/d3xp/ai/AAS_routing.cpp index 77673490..540b4789 100644 --- a/neo/d3xp/ai/AAS_routing.cpp +++ b/neo/d3xp/ai/AAS_routing.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "AAS_local.h" diff --git a/neo/d3xp/ai/AI.cpp b/neo/d3xp/ai/AI.cpp index 770f2f69..b78846d9 100644 --- a/neo/d3xp/ai/AI.cpp +++ b/neo/d3xp/ai/AI.cpp @@ -26,9 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" - +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/ai/AI_Vagary.cpp b/neo/d3xp/ai/AI_Vagary.cpp index 45fbf8cd..7d063eee 100644 --- a/neo/d3xp/ai/AI_Vagary.cpp +++ b/neo/d3xp/ai/AI_Vagary.cpp @@ -33,8 +33,8 @@ Vagary specific AI code ***********************************************************************/ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/ai/AI_events.cpp b/neo/d3xp/ai/AI_events.cpp index 0a003f99..ab79246e 100644 --- a/neo/d3xp/ai/AI_events.cpp +++ b/neo/d3xp/ai/AI_events.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/ai/AI_pathing.cpp b/neo/d3xp/ai/AI_pathing.cpp index 1dac8633..2bb863d7 100644 --- a/neo/d3xp/ai/AI_pathing.cpp +++ b/neo/d3xp/ai/AI_pathing.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/anim/Anim.cpp b/neo/d3xp/anim/Anim.cpp index 5c9a3b6a..1596da0a 100644 --- a/neo/d3xp/anim/Anim.cpp +++ b/neo/d3xp/anim/Anim.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/anim/Anim_Blend.cpp b/neo/d3xp/anim/Anim_Blend.cpp index 0f4caf01..c22a1a1b 100644 --- a/neo/d3xp/anim/Anim_Blend.cpp +++ b/neo/d3xp/anim/Anim_Blend.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/anim/Anim_Testmodel.cpp b/neo/d3xp/anim/Anim_Testmodel.cpp index 74d8bf09..7d2ac1e7 100644 --- a/neo/d3xp/anim/Anim_Testmodel.cpp +++ b/neo/d3xp/anim/Anim_Testmodel.cpp @@ -48,8 +48,8 @@ move around it to view it from different angles. ============================================================================= */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/Class.cpp b/neo/d3xp/gamesys/Class.cpp index 44eb63b7..0c2c53ed 100644 --- a/neo/d3xp/gamesys/Class.cpp +++ b/neo/d3xp/gamesys/Class.cpp @@ -33,8 +33,8 @@ instancing of objects. */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/Event.cpp b/neo/d3xp/gamesys/Event.cpp index c740d794..22ff9028 100644 --- a/neo/d3xp/gamesys/Event.cpp +++ b/neo/d3xp/gamesys/Event.cpp @@ -33,8 +33,8 @@ Event are used for scheduling tasks and for linking script commands. */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/SaveGame.cpp b/neo/d3xp/gamesys/SaveGame.cpp index 59347d4e..9a2e3d8a 100644 --- a/neo/d3xp/gamesys/SaveGame.cpp +++ b/neo/d3xp/gamesys/SaveGame.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/SysCmds.cpp b/neo/d3xp/gamesys/SysCmds.cpp index 4dcf66f0..b760d450 100644 --- a/neo/d3xp/gamesys/SysCmds.cpp +++ b/neo/d3xp/gamesys/SysCmds.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/gamesys/SysCvar.cpp b/neo/d3xp/gamesys/SysCvar.cpp index 2bfbe4a0..e173df98 100644 --- a/neo/d3xp/gamesys/SysCvar.cpp +++ b/neo/d3xp/gamesys/SysCvar.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuHandler.cpp b/neo/d3xp/menus/MenuHandler.cpp index fa380a7c..873749e4 100644 --- a/neo/d3xp/menus/MenuHandler.cpp +++ b/neo/d3xp/menus/MenuHandler.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" extern idCVar in_useJoystick; diff --git a/neo/d3xp/menus/MenuHandler_HUD.cpp b/neo/d3xp/menus/MenuHandler_HUD.cpp index 08a7f4ad..29ff5b04 100644 --- a/neo/d3xp/menus/MenuHandler_HUD.cpp +++ b/neo/d3xp/menus/MenuHandler_HUD.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" static const int TIP_DISPLAY_TIME = 5000; diff --git a/neo/d3xp/menus/MenuHandler_PDA.cpp b/neo/d3xp/menus/MenuHandler_PDA.cpp index 4457318d..ae85299e 100644 --- a/neo/d3xp/menus/MenuHandler_PDA.cpp +++ b/neo/d3xp/menus/MenuHandler_PDA.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" static const int MAX_PDA_ITEMS = 15; diff --git a/neo/d3xp/menus/MenuHandler_Scoreboard.cpp b/neo/d3xp/menus/MenuHandler_Scoreboard.cpp index 16404a47..ba4c8391 100644 --- a/neo/d3xp/menus/MenuHandler_Scoreboard.cpp +++ b/neo/d3xp/menus/MenuHandler_Scoreboard.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuHandler_Shell.cpp b/neo/d3xp/menus/MenuHandler_Shell.cpp index 6191b3ad..eb733cb3 100644 --- a/neo/d3xp/menus/MenuHandler_Shell.cpp +++ b/neo/d3xp/menus/MenuHandler_Shell.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen.cpp b/neo/d3xp/menus/MenuScreen.cpp index 4b594ae4..e10e43b0 100644 --- a/neo/d3xp/menus/MenuScreen.cpp +++ b/neo/d3xp/menus/MenuScreen.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" idMenuScreen::idMenuScreen() diff --git a/neo/d3xp/menus/MenuScreen_HUD.cpp b/neo/d3xp/menus/MenuScreen_HUD.cpp index 38e88f4d..f7e778c1 100644 --- a/neo/d3xp/menus/MenuScreen_HUD.cpp +++ b/neo/d3xp/menus/MenuScreen_HUD.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" extern idCVar pm_stamina; diff --git a/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp b/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp index 03e83769..0518f2a6 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" static const int NUM_INVENTORY_ITEMS_VISIBLE = 9; diff --git a/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp b/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp index 452ebf22..90472b0f 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp b/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp index e145750d..008fdf1f 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp b/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp index 707f7877..89d422e8 100644 --- a/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp +++ b/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" static const int MAX_VIDEO_ITEMS = 5; diff --git a/neo/d3xp/menus/MenuScreen_Scoreboard.cpp b/neo/d3xp/menus/MenuScreen_Scoreboard.cpp index 5aec4bc7..010dad17 100644 --- a/neo/d3xp/menus/MenuScreen_Scoreboard.cpp +++ b/neo/d3xp/menus/MenuScreen_Scoreboard.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" //*************************************************************** diff --git a/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp b/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp index ce16dd46..e5666df3 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" typedef struct diff --git a/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp b/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp index fe24800d..e9df22b4 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" enum browserCommand_t diff --git a/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp b/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp index c9e54733..0f7ee1da 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_LAYOUT_OPTIONS = 1; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp b/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp index 7bb2d67a..9d5df0e1 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_CONTROLS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp b/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp index 330af369..80097bf9 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" static const int NUM_CREDIT_LINES = 16; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp b/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp index edcd03b2..28dc0821 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_DEV_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp b/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp index bd67cd8a..09bed018 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Difficulty.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp b/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp index e8ffe1a0..8d36ea03 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_GameLobby.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_LOBBY_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp b/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp index bf69fb3e..325004a5 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_GAME_OPTIONS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp b/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp index 09b7de82..9211c283 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Gamepad.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_CONTROLS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp b/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp index 24cb050d..25be4a99 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Leaderboards.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_LEADERBOARD_ITEMS = 16; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Load.cpp b/neo/d3xp/menus/MenuScreen_Shell_Load.cpp index c67ff9f3..815da680 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Load.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Load.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp b/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp index cd007fc6..1a00b825 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_MatchSettings.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_GAME_OPTIONS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp b/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp index af52f1ba..bfdd3bbe 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_ModeSelect.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp b/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp index 30af16cd..c843cf32 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_NEW_GAME_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp b/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp index d33d3020..edcd06a0 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_LOBBY_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp b/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp index 72672873..0d1d2b67 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Pause.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" extern idCVar g_demoMode; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp b/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp index 3590a3e2..4dfb8dfe 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp b/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp index 13bd2560..d69d06ef 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_PressStart.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" #include "../../framework/Common_local.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp b/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp index d02725f0..7bb4192e 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Resolution.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" #include "../../renderer/RenderCommon.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_Root.cpp b/neo/d3xp/menus/MenuScreen_Shell_Root.cpp index bb12f1e9..05c83356 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Root.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Root.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" extern idCVar g_demoMode; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Save.cpp b/neo/d3xp/menus/MenuScreen_Shell_Save.cpp index 9228875d..b3d14163 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Save.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Save.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp b/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp index 24696399..ada6e235 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Settings.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_SETTING_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp b/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp index 75457766..2dd2ccaf 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_SINGLEPLAYER_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp b/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp index 7555a86b..3b074d61 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_SYSTEM_OPTIONS_OPTIONS = 4; diff --git a/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp b/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp index 8ed0a2ef..219414aa 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" const static int NUM_SYSTEM_OPTIONS_OPTIONS = 8; diff --git a/neo/d3xp/menus/MenuWidget.cpp b/neo/d3xp/menus/MenuWidget.cpp index 7a9b32ec..5e1c0233 100644 --- a/neo/d3xp/menus/MenuWidget.cpp +++ b/neo/d3xp/menus/MenuWidget.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_Button.cpp b/neo/d3xp/menus/MenuWidget_Button.cpp index 29548234..38744d36 100644 --- a/neo/d3xp/menus/MenuWidget_Button.cpp +++ b/neo/d3xp/menus/MenuWidget_Button.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_Carousel.cpp b/neo/d3xp/menus/MenuWidget_Carousel.cpp index e5a56903..369ac14c 100644 --- a/neo/d3xp/menus/MenuWidget_Carousel.cpp +++ b/neo/d3xp/menus/MenuWidget_Carousel.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" void idMenuWidget_Carousel::Initialize( idMenuHandler* data ) diff --git a/neo/d3xp/menus/MenuWidget_CommandBar.cpp b/neo/d3xp/menus/MenuWidget_CommandBar.cpp index 327af92f..a4fa25fb 100644 --- a/neo/d3xp/menus/MenuWidget_CommandBar.cpp +++ b/neo/d3xp/menus/MenuWidget_CommandBar.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_DynamicList.cpp b/neo/d3xp/menus/MenuWidget_DynamicList.cpp index 6043341a..ba4d537d 100644 --- a/neo/d3xp/menus/MenuWidget_DynamicList.cpp +++ b/neo/d3xp/menus/MenuWidget_DynamicList.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_Help.cpp b/neo/d3xp/menus/MenuWidget_Help.cpp index d45824ad..172b8b8c 100644 --- a/neo/d3xp/menus/MenuWidget_Help.cpp +++ b/neo/d3xp/menus/MenuWidget_Help.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_InfoBox.cpp b/neo/d3xp/menus/MenuWidget_InfoBox.cpp index 100bd213..70fc25c8 100644 --- a/neo/d3xp/menus/MenuWidget_InfoBox.cpp +++ b/neo/d3xp/menus/MenuWidget_InfoBox.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp b/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp index 9e929e8f..c6f46137 100644 --- a/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp +++ b/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" void idMenuWidget_ItemAssignment::SetIcon( int index, const idMaterial* icon ) diff --git a/neo/d3xp/menus/MenuWidget_List.cpp b/neo/d3xp/menus/MenuWidget_List.cpp index 73ffa581..17804566 100644 --- a/neo/d3xp/menus/MenuWidget_List.cpp +++ b/neo/d3xp/menus/MenuWidget_List.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_LobbyList.cpp b/neo/d3xp/menus/MenuWidget_LobbyList.cpp index 4a5eefd7..4eeb62de 100644 --- a/neo/d3xp/menus/MenuWidget_LobbyList.cpp +++ b/neo/d3xp/menus/MenuWidget_LobbyList.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_MenuBar.cpp b/neo/d3xp/menus/MenuWidget_MenuBar.cpp index 1fd4cca5..8ae1d0e9 100644 --- a/neo/d3xp/menus/MenuWidget_MenuBar.cpp +++ b/neo/d3xp/menus/MenuWidget_MenuBar.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_NavBar.cpp b/neo/d3xp/menus/MenuWidget_NavBar.cpp index 86651bef..360514b8 100644 --- a/neo/d3xp/menus/MenuWidget_NavBar.cpp +++ b/neo/d3xp/menus/MenuWidget_NavBar.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_NavButton.cpp b/neo/d3xp/menus/MenuWidget_NavButton.cpp index bc8b5108..29bcadbe 100644 --- a/neo/d3xp/menus/MenuWidget_NavButton.cpp +++ b/neo/d3xp/menus/MenuWidget_NavButton.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp b/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp index 0ac33450..093438bc 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" static const int MAX_AUDIO_ITEMS = 3; diff --git a/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp b/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp index c12e917f..26e6b2e3 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_EmailInbox.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" static const int MAX_EMAIL_ITEMS = 7; diff --git a/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp b/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp index 236e4c53..26e4556c 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp b/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp index 49a6e3d0..6a802063 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_UserData.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp b/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp index f6d7cf9d..3913f11b 100644 --- a/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp +++ b/neo/d3xp/menus/MenuWidget_PDA_VideoInfo.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" void idMenuWidget_PDA_VideoInfo::Update() diff --git a/neo/d3xp/menus/MenuWidget_Scrollbar.cpp b/neo/d3xp/menus/MenuWidget_Scrollbar.cpp index 80f06cc4..81b16a8f 100644 --- a/neo/d3xp/menus/MenuWidget_Scrollbar.cpp +++ b/neo/d3xp/menus/MenuWidget_Scrollbar.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" void idMenuWidget_ScrollBar::Initialize( idMenuHandler* data ) diff --git a/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp b/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp index 0c2f1ac5..1d6cf101 100644 --- a/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp +++ b/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" /* diff --git a/neo/d3xp/physics/Clip.cpp b/neo/d3xp/physics/Clip.cpp index eae239ae..362e98fa 100644 --- a/neo/d3xp/physics/Clip.cpp +++ b/neo/d3xp/physics/Clip.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force.cpp b/neo/d3xp/physics/Force.cpp index 712c69c4..61bf39e6 100644 --- a/neo/d3xp/physics/Force.cpp +++ b/neo/d3xp/physics/Force.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Constant.cpp b/neo/d3xp/physics/Force_Constant.cpp index 4757eba4..3bfc3431 100644 --- a/neo/d3xp/physics/Force_Constant.cpp +++ b/neo/d3xp/physics/Force_Constant.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Drag.cpp b/neo/d3xp/physics/Force_Drag.cpp index ee66efd1..2fbb0b9d 100644 --- a/neo/d3xp/physics/Force_Drag.cpp +++ b/neo/d3xp/physics/Force_Drag.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Field.cpp b/neo/d3xp/physics/Force_Field.cpp index fb8f5e15..cfd0db60 100644 --- a/neo/d3xp/physics/Force_Field.cpp +++ b/neo/d3xp/physics/Force_Field.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Grab.cpp b/neo/d3xp/physics/Force_Grab.cpp index 05368888..c15606f5 100644 --- a/neo/d3xp/physics/Force_Grab.cpp +++ b/neo/d3xp/physics/Force_Grab.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Force_Spring.cpp b/neo/d3xp/physics/Force_Spring.cpp index 8eec2326..24434375 100644 --- a/neo/d3xp/physics/Force_Spring.cpp +++ b/neo/d3xp/physics/Force_Spring.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics.cpp b/neo/d3xp/physics/Physics.cpp index 873ee4d6..579bb4d7 100644 --- a/neo/d3xp/physics/Physics.cpp +++ b/neo/d3xp/physics/Physics.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_AF.cpp b/neo/d3xp/physics/Physics_AF.cpp index 895863a8..a138bacc 100644 --- a/neo/d3xp/physics/Physics_AF.cpp +++ b/neo/d3xp/physics/Physics_AF.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Actor.cpp b/neo/d3xp/physics/Physics_Actor.cpp index f6e3c72f..41dcd450 100644 --- a/neo/d3xp/physics/Physics_Actor.cpp +++ b/neo/d3xp/physics/Physics_Actor.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Base.cpp b/neo/d3xp/physics/Physics_Base.cpp index 2ae52259..67359157 100644 --- a/neo/d3xp/physics/Physics_Base.cpp +++ b/neo/d3xp/physics/Physics_Base.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Monster.cpp b/neo/d3xp/physics/Physics_Monster.cpp index 3b4223e1..a5ad3a13 100644 --- a/neo/d3xp/physics/Physics_Monster.cpp +++ b/neo/d3xp/physics/Physics_Monster.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Parametric.cpp b/neo/d3xp/physics/Physics_Parametric.cpp index 991ee97c..7cdbf485 100644 --- a/neo/d3xp/physics/Physics_Parametric.cpp +++ b/neo/d3xp/physics/Physics_Parametric.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Player.cpp b/neo/d3xp/physics/Physics_Player.cpp index 95ebb68f..b7489446 100644 --- a/neo/d3xp/physics/Physics_Player.cpp +++ b/neo/d3xp/physics/Physics_Player.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_RigidBody.cpp b/neo/d3xp/physics/Physics_RigidBody.cpp index 2f036c8d..cb58cb73 100644 --- a/neo/d3xp/physics/Physics_RigidBody.cpp +++ b/neo/d3xp/physics/Physics_RigidBody.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_Static.cpp b/neo/d3xp/physics/Physics_Static.cpp index 51db22f5..677855c3 100644 --- a/neo/d3xp/physics/Physics_Static.cpp +++ b/neo/d3xp/physics/Physics_Static.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Physics_StaticMulti.cpp b/neo/d3xp/physics/Physics_StaticMulti.cpp index 84ef5ec7..251e72b6 100644 --- a/neo/d3xp/physics/Physics_StaticMulti.cpp +++ b/neo/d3xp/physics/Physics_StaticMulti.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/physics/Push.cpp b/neo/d3xp/physics/Push.cpp index 39f84a47..1957114d 100644 --- a/neo/d3xp/physics/Push.cpp +++ b/neo/d3xp/physics/Push.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/script/Script_Compiler.cpp b/neo/d3xp/script/Script_Compiler.cpp index 44fe9aa5..10ad1987 100644 --- a/neo/d3xp/script/Script_Compiler.cpp +++ b/neo/d3xp/script/Script_Compiler.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/script/Script_Interpreter.cpp b/neo/d3xp/script/Script_Interpreter.cpp index 502ec822..f89c8c09 100644 --- a/neo/d3xp/script/Script_Interpreter.cpp +++ b/neo/d3xp/script/Script_Interpreter.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/script/Script_Program.cpp b/neo/d3xp/script/Script_Program.cpp index 50ad3d69..82aab5e9 100644 --- a/neo/d3xp/script/Script_Program.cpp +++ b/neo/d3xp/script/Script_Program.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/d3xp/script/Script_Thread.cpp b/neo/d3xp/script/Script_Thread.cpp index 7a9cbb8f..29a9aa13 100644 --- a/neo/d3xp/script/Script_Thread.cpp +++ b/neo/d3xp/script/Script_Thread.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../Game_local.h" diff --git a/neo/framework/Console.cpp b/neo/framework/Console.cpp index 0a42e60b..1404fc13 100644 --- a/neo/framework/Console.cpp +++ b/neo/framework/Console.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "ConsoleHistory.h" #include "../renderer/ResolutionScale.h" #include "Common_local.h" diff --git a/neo/framework/ConsoleHistory.cpp b/neo/framework/ConsoleHistory.cpp index cb1ec5ac..c5884012 100644 --- a/neo/framework/ConsoleHistory.cpp +++ b/neo/framework/ConsoleHistory.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "ConsoleHistory.h" idConsoleHistory consoleHistory; diff --git a/neo/framework/DebugGraph.cpp b/neo/framework/DebugGraph.cpp index 0955b4ab..5df71e75 100644 --- a/neo/framework/DebugGraph.cpp +++ b/neo/framework/DebugGraph.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/framework/File_SaveGame.cpp b/neo/framework/File_SaveGame.cpp index 44aa5686..dc54eb65 100644 --- a/neo/framework/File_SaveGame.cpp +++ b/neo/framework/File_SaveGame.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "File_SaveGame.h" diff --git a/neo/framework/PlayerProfile.cpp b/neo/framework/PlayerProfile.cpp index ceef5069..87c58b69 100644 --- a/neo/framework/PlayerProfile.cpp +++ b/neo/framework/PlayerProfile.cpp @@ -25,7 +25,6 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" #pragma hdrstop #include "PlayerProfile.h" diff --git a/neo/idlib/BitMsg.cpp b/neo/idlib/BitMsg.cpp index 70a3812d..0404f2ce 100644 --- a/neo/idlib/BitMsg.cpp +++ b/neo/idlib/BitMsg.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/idlib/Heap.cpp b/neo/idlib/Heap.cpp index ab4afdbc..f5b43388 100644 --- a/neo/idlib/Heap.cpp +++ b/neo/idlib/Heap.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop //=============================================================== // diff --git a/neo/idlib/LangDict.cpp b/neo/idlib/LangDict.cpp index f734097b..fb69a01f 100644 --- a/neo/idlib/LangDict.cpp +++ b/neo/idlib/LangDict.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop // This is the default language dict that the entire system uses, but you can instantiate your own idLangDict classes to manipulate a language dictionary in a tool idLangDict idLocalization::languageDict; diff --git a/neo/idlib/ParallelJobList.cpp b/neo/idlib/ParallelJobList.cpp index 4244606e..c05857c9 100644 --- a/neo/idlib/ParallelJobList.cpp +++ b/neo/idlib/ParallelJobList.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "ParallelJobList.h" /* diff --git a/neo/idlib/RectAllocator.cpp b/neo/idlib/RectAllocator.cpp index f4c57364..a44ce07c 100644 --- a/neo/idlib/RectAllocator.cpp +++ b/neo/idlib/RectAllocator.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* diff --git a/neo/idlib/Thread.cpp b/neo/idlib/Thread.cpp index fcd62cbf..1be284cd 100644 --- a/neo/idlib/Thread.cpp +++ b/neo/idlib/Thread.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/idlib/bv/Bounds.cpp b/neo/idlib/bv/Bounds.cpp index f5396efb..4f69a840 100644 --- a/neo/idlib/bv/Bounds.cpp +++ b/neo/idlib/bv/Bounds.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idBounds bounds_zero( vec3_zero, vec3_zero ); idBounds bounds_zeroOneCube( idVec3( 0.0f ), idVec3( 1.0f ) ); diff --git a/neo/idlib/bv/Box.cpp b/neo/idlib/bv/Box.cpp index 16716621..4da1f96e 100644 --- a/neo/idlib/bv/Box.cpp +++ b/neo/idlib/bv/Box.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idBox box_zero( vec3_zero, vec3_zero, mat3_identity ); diff --git a/neo/idlib/bv/Sphere.cpp b/neo/idlib/bv/Sphere.cpp index 86016e6c..6b2a5818 100644 --- a/neo/idlib/bv/Sphere.cpp +++ b/neo/idlib/bv/Sphere.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idSphere sphere_zero( vec3_zero, 0.0f ); diff --git a/neo/idlib/containers/HashIndex.cpp b/neo/idlib/containers/HashIndex.cpp index e8cc303b..cfc99481 100644 --- a/neo/idlib/containers/HashIndex.cpp +++ b/neo/idlib/containers/HashIndex.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop int idHashIndex::INVALID_INDEX[1] = { -1 }; diff --git a/neo/idlib/geometry/DrawVert.cpp b/neo/idlib/geometry/DrawVert.cpp index 24f29039..287ad957 100644 --- a/neo/idlib/geometry/DrawVert.cpp +++ b/neo/idlib/geometry/DrawVert.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ============ diff --git a/neo/idlib/geometry/JointTransform.cpp b/neo/idlib/geometry/JointTransform.cpp index 9aee55ad..15c6b618 100644 --- a/neo/idlib/geometry/JointTransform.cpp +++ b/neo/idlib/geometry/JointTransform.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ============= diff --git a/neo/idlib/geometry/Surface.cpp b/neo/idlib/geometry/Surface.cpp index 90dd9c96..521a9aa8 100644 --- a/neo/idlib/geometry/Surface.cpp +++ b/neo/idlib/geometry/Surface.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================= diff --git a/neo/idlib/geometry/Surface_Patch.cpp b/neo/idlib/geometry/Surface_Patch.cpp index b78341f2..41b7d824 100644 --- a/neo/idlib/geometry/Surface_Patch.cpp +++ b/neo/idlib/geometry/Surface_Patch.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================= diff --git a/neo/idlib/geometry/Surface_Polytope.cpp b/neo/idlib/geometry/Surface_Polytope.cpp index 10b8b34f..9a85f8e2 100644 --- a/neo/idlib/geometry/Surface_Polytope.cpp +++ b/neo/idlib/geometry/Surface_Polytope.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #define POLYTOPE_VERTEX_EPSILON 0.1f diff --git a/neo/idlib/geometry/Surface_SweptSpline.cpp b/neo/idlib/geometry/Surface_SweptSpline.cpp index a04b0f30..6c059d0f 100644 --- a/neo/idlib/geometry/Surface_SweptSpline.cpp +++ b/neo/idlib/geometry/Surface_SweptSpline.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ==================== diff --git a/neo/idlib/geometry/TraceModel.cpp b/neo/idlib/geometry/TraceModel.cpp index bb5ae461..0e1b875e 100644 --- a/neo/idlib/geometry/TraceModel.cpp +++ b/neo/idlib/geometry/TraceModel.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "TraceModel.h" /* diff --git a/neo/idlib/geometry/Winding.cpp b/neo/idlib/geometry/Winding.cpp index 9547a7e2..d4a647a9 100644 --- a/neo/idlib/geometry/Winding.cpp +++ b/neo/idlib/geometry/Winding.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop //=============================================================== // diff --git a/neo/idlib/geometry/Winding2D.cpp b/neo/idlib/geometry/Winding2D.cpp index 213f99ec..5a18c0ce 100644 --- a/neo/idlib/geometry/Winding2D.cpp +++ b/neo/idlib/geometry/Winding2D.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Winding2D.h" /* diff --git a/neo/idlib/hashing/CRC32.cpp b/neo/idlib/hashing/CRC32.cpp index 9d423d00..f09bacb5 100644 --- a/neo/idlib/hashing/CRC32.cpp +++ b/neo/idlib/hashing/CRC32.cpp @@ -1,6 +1,6 @@ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* CRC-32 diff --git a/neo/idlib/hashing/MD4.cpp b/neo/idlib/hashing/MD4.cpp index 1142c0ca..f1cdee71 100644 --- a/neo/idlib/hashing/MD4.cpp +++ b/neo/idlib/hashing/MD4.cpp @@ -1,6 +1,6 @@ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* RSA Data Security, Inc., MD4 message-digest algorithm. (RFC1320) diff --git a/neo/idlib/hashing/MD5.cpp b/neo/idlib/hashing/MD5.cpp index 7c77ffa7..aa63eaf8 100644 --- a/neo/idlib/hashing/MD5.cpp +++ b/neo/idlib/hashing/MD5.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/idlib/math/Angles.cpp b/neo/idlib/math/Angles.cpp index 5a92a799..120d429f 100644 --- a/neo/idlib/math/Angles.cpp +++ b/neo/idlib/math/Angles.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include diff --git a/neo/idlib/math/Complex.cpp b/neo/idlib/math/Complex.cpp index dfcfefac..cfce1b4c 100644 --- a/neo/idlib/math/Complex.cpp +++ b/neo/idlib/math/Complex.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idComplex complex_origin( 0.0f, 0.0f ); diff --git a/neo/idlib/math/Lcp.cpp b/neo/idlib/math/Lcp.cpp index 9985055d..0129b6ce 100644 --- a/neo/idlib/math/Lcp.cpp +++ b/neo/idlib/math/Lcp.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop // this file is full of intentional case fall throughs //lint -e616 diff --git a/neo/idlib/math/MatX.cpp b/neo/idlib/math/MatX.cpp index a0611a8c..eb229fd2 100644 --- a/neo/idlib/math/MatX.cpp +++ b/neo/idlib/math/MatX.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop //=============================================================== // diff --git a/neo/idlib/math/Math.cpp b/neo/idlib/math/Math.cpp index b24cb337..2a2252e8 100644 --- a/neo/idlib/math/Math.cpp +++ b/neo/idlib/math/Math.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop const int SMALLEST_NON_DENORMAL = 1 << IEEE_FLT_MANTISSA_BITS; const int NAN_VALUE = 0x7f800000; diff --git a/neo/idlib/math/Matrix.cpp b/neo/idlib/math/Matrix.cpp index 86a610c7..2f834922 100644 --- a/neo/idlib/math/Matrix.cpp +++ b/neo/idlib/math/Matrix.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop //=============================================================== // diff --git a/neo/idlib/math/Ode.cpp b/neo/idlib/math/Ode.cpp index 45d4efa9..03dc5416 100644 --- a/neo/idlib/math/Ode.cpp +++ b/neo/idlib/math/Ode.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop //=============================================================== // diff --git a/neo/idlib/math/Plane.cpp b/neo/idlib/math/Plane.cpp index 3e2ecb03..9b69562f 100644 --- a/neo/idlib/math/Plane.cpp +++ b/neo/idlib/math/Plane.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idPlane plane_origin( 0.0f, 0.0f, 0.0f, 0.0f ); diff --git a/neo/idlib/math/Pluecker.cpp b/neo/idlib/math/Pluecker.cpp index 1f01df39..1f8139d9 100644 --- a/neo/idlib/math/Pluecker.cpp +++ b/neo/idlib/math/Pluecker.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idPluecker pluecker_origin( 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f ); diff --git a/neo/idlib/math/Polynomial.cpp b/neo/idlib/math/Polynomial.cpp index 5f64422c..fadba6fd 100644 --- a/neo/idlib/math/Polynomial.cpp +++ b/neo/idlib/math/Polynomial.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop const float EPSILON = 1e-6f; diff --git a/neo/idlib/math/Quat.cpp b/neo/idlib/math/Quat.cpp index 38146808..0e987d72 100644 --- a/neo/idlib/math/Quat.cpp +++ b/neo/idlib/math/Quat.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ===================== diff --git a/neo/idlib/math/Rotation.cpp b/neo/idlib/math/Rotation.cpp index 556981bb..2f582830 100644 --- a/neo/idlib/math/Rotation.cpp +++ b/neo/idlib/math/Rotation.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ============ diff --git a/neo/idlib/math/Simd.cpp b/neo/idlib/math/Simd.cpp index d10a993a..3cbaf377 100644 --- a/neo/idlib/math/Simd.cpp +++ b/neo/idlib/math/Simd.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #ifdef __APPLE__ #include diff --git a/neo/idlib/math/Simd_Generic.cpp b/neo/idlib/math/Simd_Generic.cpp index 2e78c9c8..cdd8ce0c 100644 --- a/neo/idlib/math/Simd_Generic.cpp +++ b/neo/idlib/math/Simd_Generic.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Simd_Generic.h" //=============================================================== diff --git a/neo/idlib/math/Simd_SSE.cpp b/neo/idlib/math/Simd_SSE.cpp index 5c9c6a5e..67dda3a5 100644 --- a/neo/idlib/math/Simd_SSE.cpp +++ b/neo/idlib/math/Simd_SSE.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Simd_Generic.h" #include "Simd_SSE.h" diff --git a/neo/idlib/math/VecX.cpp b/neo/idlib/math/VecX.cpp index 0f7a537d..846855f2 100644 --- a/neo/idlib/math/VecX.cpp +++ b/neo/idlib/math/VecX.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop //=============================================================== // diff --git a/neo/idlib/math/Vector.cpp b/neo/idlib/math/Vector.cpp index b0ce683e..64e0bb4d 100644 --- a/neo/idlib/math/Vector.cpp +++ b/neo/idlib/math/Vector.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idVec2 vec2_origin( 0.0f, 0.0f ); idVec3 vec3_origin( 0.0f, 0.0f, 0.0f ); diff --git a/neo/idlib/sys/sys_assert.cpp b/neo/idlib/sys/sys_assert.cpp index b39ade2e..269982b0 100644 --- a/neo/idlib/sys/sys_assert.cpp +++ b/neo/idlib/sys/sys_assert.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #ifndef _WIN32 #include // for raise() diff --git a/neo/idlib/sys/win32/win_thread.cpp b/neo/idlib/sys/win32/win_thread.cpp index 3be95622..8570f710 100644 --- a/neo/idlib/sys/win32/win_thread.cpp +++ b/neo/idlib/sys/win32/win_thread.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/imgui/BFGimguiImpl.cpp b/neo/imgui/BFGimguiImpl.cpp index ccad5b70..61544051 100644 --- a/neo/imgui/BFGimguiImpl.cpp +++ b/neo/imgui/BFGimguiImpl.cpp @@ -9,8 +9,8 @@ * This file is under MIT License, like the original code from ImGui. */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "BFGimgui.h" #include "renderer/RenderCommon.h" diff --git a/neo/renderer/BinaryImage.cpp b/neo/renderer/BinaryImage.cpp index e7bcffa1..f34baef0 100644 --- a/neo/renderer/BinaryImage.cpp +++ b/neo/renderer/BinaryImage.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "framework/Common_local.h" /* diff --git a/neo/renderer/BoundsTrack.cpp b/neo/renderer/BoundsTrack.cpp index b2d61bd6..c115cacb 100644 --- a/neo/renderer/BoundsTrack.cpp +++ b/neo/renderer/BoundsTrack.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #undef min // windef.h macros diff --git a/neo/renderer/BufferObject.cpp b/neo/renderer/BufferObject.cpp index 62bc8c63..9692d4df 100644 --- a/neo/renderer/BufferObject.cpp +++ b/neo/renderer/BufferObject.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" idCVar r_showBuffers( "r_showBuffers", "0", CVAR_INTEGER, "" ); diff --git a/neo/renderer/Cinematic.cpp b/neo/renderer/Cinematic.cpp index 677e5d39..9e5a087e 100644 --- a/neo/renderer/Cinematic.cpp +++ b/neo/renderer/Cinematic.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop extern idCVar s_noSound; diff --git a/neo/renderer/Color/ColorSpace.cpp b/neo/renderer/Color/ColorSpace.cpp index d262f519..7042dff6 100644 --- a/neo/renderer/Color/ColorSpace.cpp +++ b/neo/renderer/Color/ColorSpace.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/renderer/DXT/DXTEncoder.cpp b/neo/renderer/DXT/DXTEncoder.cpp index 739a7812..d57e6082 100644 --- a/neo/renderer/DXT/DXTEncoder.cpp +++ b/neo/renderer/DXT/DXTEncoder.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "framework/Common_local.h" #include "DXTCodec_local.h" #include "DXTCodec.h" diff --git a/neo/renderer/DXT/DXTEncoder_SSE2.cpp b/neo/renderer/DXT/DXTEncoder_SSE2.cpp index 00f7ce47..a459f750 100644 --- a/neo/renderer/DXT/DXTEncoder_SSE2.cpp +++ b/neo/renderer/DXT/DXTEncoder_SSE2.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "framework/Common_local.h" #include "DXTCodec_local.h" #include "DXTCodec.h" diff --git a/neo/renderer/Font.cpp b/neo/renderer/Font.cpp index 5405c1ca..9978f48e 100644 --- a/neo/renderer/Font.cpp +++ b/neo/renderer/Font.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Font.h" const char* DEFAULT_FONT = "Arial_Narrow"; diff --git a/neo/renderer/GLMatrix.cpp b/neo/renderer/GLMatrix.cpp index 10308baa..eddb8dd8 100644 --- a/neo/renderer/GLMatrix.cpp +++ b/neo/renderer/GLMatrix.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/GuiModel.cpp b/neo/renderer/GuiModel.cpp index 4b9479e9..e81ad394 100644 --- a/neo/renderer/GuiModel.cpp +++ b/neo/renderer/GuiModel.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "libs/imgui/imgui.h" diff --git a/neo/renderer/ImageManager.cpp b/neo/renderer/ImageManager.cpp index 837c6855..257d76ae 100644 --- a/neo/renderer/ImageManager.cpp +++ b/neo/renderer/ImageManager.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/Image_files.cpp b/neo/renderer/Image_files.cpp index db9a5e43..23b041cd 100644 --- a/neo/renderer/Image_files.cpp +++ b/neo/renderer/Image_files.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #undef strncmp diff --git a/neo/renderer/Image_intrinsic.cpp b/neo/renderer/Image_intrinsic.cpp index d13ee05b..19adf1cb 100644 --- a/neo/renderer/Image_intrinsic.cpp +++ b/neo/renderer/Image_intrinsic.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "libs/imgui/imgui.h" diff --git a/neo/renderer/Image_load.cpp b/neo/renderer/Image_load.cpp index 309ceebc..70a7ac25 100644 --- a/neo/renderer/Image_load.cpp +++ b/neo/renderer/Image_load.cpp @@ -29,8 +29,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "framework/Common_local.h" #include "RenderCommon.h" diff --git a/neo/renderer/Image_process.cpp b/neo/renderer/Image_process.cpp index b719d747..989ec75b 100644 --- a/neo/renderer/Image_process.cpp +++ b/neo/renderer/Image_process.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/Image_program.cpp b/neo/renderer/Image_program.cpp index 0eeb3111..95077024 100644 --- a/neo/renderer/Image_program.cpp +++ b/neo/renderer/Image_program.cpp @@ -50,8 +50,8 @@ Manager */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop // tr_imageprogram.c diff --git a/neo/renderer/Interaction.cpp b/neo/renderer/Interaction.cpp index e8da31b3..c7052531 100644 --- a/neo/renderer/Interaction.cpp +++ b/neo/renderer/Interaction.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/Material.cpp b/neo/renderer/Material.cpp index 8c2cb2bc..2179df52 100644 --- a/neo/renderer/Material.cpp +++ b/neo/renderer/Material.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/Model.cpp b/neo/renderer/Model.cpp index 41b31f22..0c56853f 100644 --- a/neo/renderer/Model.cpp +++ b/neo/renderer/Model.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/ModelDecal.cpp b/neo/renderer/ModelDecal.cpp index 7325ffe9..39e8eeb7 100644 --- a/neo/renderer/ModelDecal.cpp +++ b/neo/renderer/ModelDecal.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/ModelManager.cpp b/neo/renderer/ModelManager.cpp index e3e9a257..5013ba08 100644 --- a/neo/renderer/ModelManager.cpp +++ b/neo/renderer/ModelManager.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Model_local.h" #include "RenderCommon.h" // just for R_FreeWorldInteractions and R_CreateWorldInteractions diff --git a/neo/renderer/ModelOverlay.cpp b/neo/renderer/ModelOverlay.cpp index a4759a26..3439f63e 100644 --- a/neo/renderer/ModelOverlay.cpp +++ b/neo/renderer/ModelOverlay.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/Model_ase.cpp b/neo/renderer/Model_ase.cpp index 59dd24c6..4589d7c1 100644 --- a/neo/renderer/Model_ase.cpp +++ b/neo/renderer/Model_ase.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Model_ase.h" diff --git a/neo/renderer/Model_beam.cpp b/neo/renderer/Model_beam.cpp index c61b5389..4e1b48a6 100644 --- a/neo/renderer/Model_beam.cpp +++ b/neo/renderer/Model_beam.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/Model_liquid.cpp b/neo/renderer/Model_liquid.cpp index 742c8d8b..17df86e3 100644 --- a/neo/renderer/Model_liquid.cpp +++ b/neo/renderer/Model_liquid.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/Model_lwo.cpp b/neo/renderer/Model_lwo.cpp index 4405db78..c30972c7 100644 --- a/neo/renderer/Model_lwo.cpp +++ b/neo/renderer/Model_lwo.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Model_lwo.h" diff --git a/neo/renderer/Model_ma.cpp b/neo/renderer/Model_ma.cpp index 3de86c5a..f08a1c3e 100644 --- a/neo/renderer/Model_ma.cpp +++ b/neo/renderer/Model_ma.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Model_ma.h" diff --git a/neo/renderer/Model_md3.cpp b/neo/renderer/Model_md3.cpp index 7cd7bc44..5c45d928 100644 --- a/neo/renderer/Model_md3.cpp +++ b/neo/renderer/Model_md3.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/Model_md5.cpp b/neo/renderer/Model_md5.cpp index d01fa3f0..43f549e9 100644 --- a/neo/renderer/Model_md5.cpp +++ b/neo/renderer/Model_md5.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/Model_obj.cpp b/neo/renderer/Model_obj.cpp index 3dd3625b..26fe9389 100644 --- a/neo/renderer/Model_obj.cpp +++ b/neo/renderer/Model_obj.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Model_obj.h" diff --git a/neo/renderer/Model_prt.cpp b/neo/renderer/Model_prt.cpp index f4c9187c..66a5f6d8 100644 --- a/neo/renderer/Model_prt.cpp +++ b/neo/renderer/Model_prt.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/Model_sprite.cpp b/neo/renderer/Model_sprite.cpp index e6db2708..04bc9083 100644 --- a/neo/renderer/Model_sprite.cpp +++ b/neo/renderer/Model_sprite.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/OpenGL/BufferObject_GL.cpp b/neo/renderer/OpenGL/BufferObject_GL.cpp index cd1f6859..2a1088ee 100644 --- a/neo/renderer/OpenGL/BufferObject_GL.cpp +++ b/neo/renderer/OpenGL/BufferObject_GL.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../RenderCommon.h" extern idCVar r_showBuffers; diff --git a/neo/renderer/OpenGL/Image_GL.cpp b/neo/renderer/OpenGL/Image_GL.cpp index b1b106d7..8c7cf7d8 100644 --- a/neo/renderer/OpenGL/Image_GL.cpp +++ b/neo/renderer/OpenGL/Image_GL.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/renderer/OpenGL/RenderBackend_GL.cpp b/neo/renderer/OpenGL/RenderBackend_GL.cpp index d741bd33..26565f70 100644 --- a/neo/renderer/OpenGL/RenderBackend_GL.cpp +++ b/neo/renderer/OpenGL/RenderBackend_GL.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop // SRS - Include SDL headers to enable vsync changes without restart for UNIX-like OSs #if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__) diff --git a/neo/renderer/OpenGL/RenderDebug_GL.cpp b/neo/renderer/OpenGL/RenderDebug_GL.cpp index 3a373d2d..de7b0077 100644 --- a/neo/renderer/OpenGL/RenderDebug_GL.cpp +++ b/neo/renderer/OpenGL/RenderDebug_GL.cpp @@ -29,8 +29,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../RenderCommon.h" #include "../simplex.h" // line font definition diff --git a/neo/renderer/OpenGL/RenderProgs_GL.cpp b/neo/renderer/OpenGL/RenderProgs_GL.cpp index 372faeed..b62fc526 100644 --- a/neo/renderer/OpenGL/RenderProgs_GL.cpp +++ b/neo/renderer/OpenGL/RenderProgs_GL.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../RenderCommon.h" diff --git a/neo/renderer/RenderBackend.cpp b/neo/renderer/RenderBackend.cpp index dbd3c6bf..84f88ee5 100644 --- a/neo/renderer/RenderBackend.cpp +++ b/neo/renderer/RenderBackend.cpp @@ -29,8 +29,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "framework/Common_local.h" #include "RenderCommon.h" diff --git a/neo/renderer/RenderEntity.cpp b/neo/renderer/RenderEntity.cpp index 68f4f613..3c667309 100644 --- a/neo/renderer/RenderEntity.cpp +++ b/neo/renderer/RenderEntity.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/RenderLog.cpp b/neo/renderer/RenderLog.cpp index c3948994..06c9f101 100644 --- a/neo/renderer/RenderLog.cpp +++ b/neo/renderer/RenderLog.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "RenderCommon.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/renderer/RenderProgs.cpp b/neo/renderer/RenderProgs.cpp index 329df96f..58856cee 100644 --- a/neo/renderer/RenderProgs.cpp +++ b/neo/renderer/RenderProgs.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/RenderProgs_GLSL.cpp b/neo/renderer/RenderProgs_GLSL.cpp index a89a78a7..b982ac94 100644 --- a/neo/renderer/RenderProgs_GLSL.cpp +++ b/neo/renderer/RenderProgs_GLSL.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "RenderProgs_embedded.h" diff --git a/neo/renderer/RenderSystem.cpp b/neo/renderer/RenderSystem.cpp index 7f4d7d6c..196647af 100644 --- a/neo/renderer/RenderSystem.cpp +++ b/neo/renderer/RenderSystem.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "../framework/Common_local.h" diff --git a/neo/renderer/RenderSystem_init.cpp b/neo/renderer/RenderSystem_init.cpp index 90b17ddb..c1a17c7b 100644 --- a/neo/renderer/RenderSystem_init.cpp +++ b/neo/renderer/RenderSystem_init.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "libs/imgui/imgui.h" diff --git a/neo/renderer/RenderWorld.cpp b/neo/renderer/RenderWorld.cpp index 39094c97..1dbaebad 100644 --- a/neo/renderer/RenderWorld.cpp +++ b/neo/renderer/RenderWorld.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/RenderWorld_defs.cpp b/neo/renderer/RenderWorld_defs.cpp index bbac89d2..defcee8b 100644 --- a/neo/renderer/RenderWorld_defs.cpp +++ b/neo/renderer/RenderWorld_defs.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/RenderWorld_demo.cpp b/neo/renderer/RenderWorld_demo.cpp index 94f6ff93..1b9f2e3d 100644 --- a/neo/renderer/RenderWorld_demo.cpp +++ b/neo/renderer/RenderWorld_demo.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/RenderWorld_envprobes.cpp b/neo/renderer/RenderWorld_envprobes.cpp index b8747e28..d50907dc 100644 --- a/neo/renderer/RenderWorld_envprobes.cpp +++ b/neo/renderer/RenderWorld_envprobes.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../libs/mesa/format_r11g11b10f.h" diff --git a/neo/renderer/RenderWorld_load.cpp b/neo/renderer/RenderWorld_load.cpp index 01336145..152d5b41 100644 --- a/neo/renderer/RenderWorld_load.cpp +++ b/neo/renderer/RenderWorld_load.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/RenderWorld_portals.cpp b/neo/renderer/RenderWorld_portals.cpp index edb85e6a..b758c50d 100644 --- a/neo/renderer/RenderWorld_portals.cpp +++ b/neo/renderer/RenderWorld_portals.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/ResolutionScale.cpp b/neo/renderer/ResolutionScale.cpp index 3d8ecf49..22c26487 100644 --- a/neo/renderer/ResolutionScale.cpp +++ b/neo/renderer/ResolutionScale.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "ResolutionScale.h" diff --git a/neo/renderer/ScreenRect.cpp b/neo/renderer/ScreenRect.cpp index b557d79c..83fb8b5b 100644 --- a/neo/renderer/ScreenRect.cpp +++ b/neo/renderer/ScreenRect.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/VertexCache.cpp b/neo/renderer/VertexCache.cpp index 9e485afc..2b7fc28d 100644 --- a/neo/renderer/VertexCache.cpp +++ b/neo/renderer/VertexCache.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/tr_frontend_addlights.cpp b/neo/renderer/tr_frontend_addlights.cpp index ebfbd332..81498810 100644 --- a/neo/renderer/tr_frontend_addlights.cpp +++ b/neo/renderer/tr_frontend_addlights.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/tr_frontend_addmodels.cpp b/neo/renderer/tr_frontend_addmodels.cpp index c73e8fd4..b78be8e5 100644 --- a/neo/renderer/tr_frontend_addmodels.cpp +++ b/neo/renderer/tr_frontend_addmodels.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/tr_frontend_deform.cpp b/neo/renderer/tr_frontend_deform.cpp index 4c0b5bdd..300963ea 100644 --- a/neo/renderer/tr_frontend_deform.cpp +++ b/neo/renderer/tr_frontend_deform.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/tr_frontend_guisurf.cpp b/neo/renderer/tr_frontend_guisurf.cpp index 72029ce2..f3b7fdae 100644 --- a/neo/renderer/tr_frontend_guisurf.cpp +++ b/neo/renderer/tr_frontend_guisurf.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/tr_frontend_main.cpp b/neo/renderer/tr_frontend_main.cpp index 100e08e9..921773c6 100644 --- a/neo/renderer/tr_frontend_main.cpp +++ b/neo/renderer/tr_frontend_main.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/renderer/tr_frontend_subview.cpp b/neo/renderer/tr_frontend_subview.cpp index 22e9e8f6..37f4fa99 100644 --- a/neo/renderer/tr_frontend_subview.cpp +++ b/neo/renderer/tr_frontend_subview.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/tr_trace.cpp b/neo/renderer/tr_trace.cpp index 766aff8c..aafe3e71 100644 --- a/neo/renderer/tr_trace.cpp +++ b/neo/renderer/tr_trace.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" #include "Model_local.h" diff --git a/neo/renderer/tr_trisurf.cpp b/neo/renderer/tr_trisurf.cpp index d77554a7..11658117 100644 --- a/neo/renderer/tr_trisurf.cpp +++ b/neo/renderer/tr_trisurf.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RenderCommon.h" diff --git a/neo/sound/OpenAL/AL_SoundHardware.cpp b/neo/sound/OpenAL/AL_SoundHardware.cpp index 23c929df..ed1cdeb6 100644 --- a/neo/sound/OpenAL/AL_SoundHardware.cpp +++ b/neo/sound/OpenAL/AL_SoundHardware.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../snd_local.h" #if defined(USE_DOOMCLASSIC) #include "../../../doomclassic/doom/i_sound.h" diff --git a/neo/sound/OpenAL/AL_SoundSample.cpp b/neo/sound/OpenAL/AL_SoundSample.cpp index 857cb8ed..369cbf08 100644 --- a/neo/sound/OpenAL/AL_SoundSample.cpp +++ b/neo/sound/OpenAL/AL_SoundSample.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../snd_local.h" extern idCVar s_useCompression; diff --git a/neo/sound/OpenAL/AL_SoundVoice.cpp b/neo/sound/OpenAL/AL_SoundVoice.cpp index c4cb20ce..d5e09644 100644 --- a/neo/sound/OpenAL/AL_SoundVoice.cpp +++ b/neo/sound/OpenAL/AL_SoundVoice.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../snd_local.h" idCVar s_skipHardwareSets( "s_skipHardwareSets", "0", CVAR_BOOL, "Do all calculation, but skip XA2 calls" ); diff --git a/neo/sound/SoundVoice.cpp b/neo/sound/SoundVoice.cpp index 42d7e03b..9d17a50b 100644 --- a/neo/sound/SoundVoice.cpp +++ b/neo/sound/SoundVoice.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "snd_local.h" diff --git a/neo/sound/WaveFile.cpp b/neo/sound/WaveFile.cpp index e2b90aa9..1225e702 100644 --- a/neo/sound/WaveFile.cpp +++ b/neo/sound/WaveFile.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ================================================================================================ diff --git a/neo/sound/snd_emitter.cpp b/neo/sound/snd_emitter.cpp index 17a1c617..c95ae9e9 100644 --- a/neo/sound/snd_emitter.cpp +++ b/neo/sound/snd_emitter.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "snd_local.h" diff --git a/neo/sound/snd_shader.cpp b/neo/sound/snd_shader.cpp index fe8ecb3c..40499352 100644 --- a/neo/sound/snd_shader.cpp +++ b/neo/sound/snd_shader.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "snd_local.h" diff --git a/neo/sound/snd_system.cpp b/neo/sound/snd_system.cpp index 0bb66f23..76b789a3 100644 --- a/neo/sound/snd_system.cpp +++ b/neo/sound/snd_system.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "snd_local.h" diff --git a/neo/sound/snd_world.cpp b/neo/sound/snd_world.cpp index 669e80af..44d70a90 100644 --- a/neo/sound/snd_world.cpp +++ b/neo/sound/snd_world.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "snd_local.h" diff --git a/neo/swf/SWF_Bitstream.cpp b/neo/swf/SWF_Bitstream.cpp index 56459c32..7cb3d490 100644 --- a/neo/swf/SWF_Bitstream.cpp +++ b/neo/swf/SWF_Bitstream.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #define NBM( x ) (int32)( ( 1LL << x ) - 1 ) int maskForNumBits[33] = { NBM( 0x00 ), NBM( 0x01 ), NBM( 0x02 ), NBM( 0x03 ), diff --git a/neo/swf/SWF_Dictionary.cpp b/neo/swf/SWF_Dictionary.cpp index 5524f469..ecd6b119 100644 --- a/neo/swf/SWF_Dictionary.cpp +++ b/neo/swf/SWF_Dictionary.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ======================== diff --git a/neo/swf/SWF_Events.cpp b/neo/swf/SWF_Events.cpp index a552d11e..57ddfdb1 100644 --- a/neo/swf/SWF_Events.cpp +++ b/neo/swf/SWF_Events.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* =================== diff --git a/neo/swf/SWF_File.cpp b/neo/swf/SWF_File.cpp index e9a5330f..5dbe0145 100644 --- a/neo/swf/SWF_File.cpp +++ b/neo/swf/SWF_File.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop diff --git a/neo/swf/SWF_Image.cpp b/neo/swf/SWF_Image.cpp index 75c59d10..352446f7 100644 --- a/neo/swf/SWF_Image.cpp +++ b/neo/swf/SWF_Image.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../renderer/Image.h" //#include "../../renderer/ImageTools/ImageProcess.h" #include diff --git a/neo/swf/SWF_Load.cpp b/neo/swf/SWF_Load.cpp index 73588a81..98d9aabc 100644 --- a/neo/swf/SWF_Load.cpp +++ b/neo/swf/SWF_Load.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../renderer/Font.h" #include "../renderer/Image.h" //#include "../../libs/rapidjson/include/rapidjson/document.h" diff --git a/neo/swf/SWF_Main.cpp b/neo/swf/SWF_Main.cpp index 236cf03e..755de6ad 100644 --- a/neo/swf/SWF_Main.cpp +++ b/neo/swf/SWF_Main.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../renderer/Image.h" #include "../renderer/DXT//DXTCodec.h" diff --git a/neo/swf/SWF_Names.cpp b/neo/swf/SWF_Names.cpp index 6594022d..35b0471b 100644 --- a/neo/swf/SWF_Names.cpp +++ b/neo/swf/SWF_Names.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop // RB begin const char* idSWF::GetDictTypeName( swfDictType_t type ) diff --git a/neo/swf/SWF_ParmList.cpp b/neo/swf/SWF_ParmList.cpp index 10fd5dec..05565f9f 100644 --- a/neo/swf/SWF_ParmList.cpp +++ b/neo/swf/SWF_ParmList.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop void idSWFParmList::Append( const idSWFScriptVar& other ) { diff --git a/neo/swf/SWF_PlaceObject.cpp b/neo/swf/SWF_PlaceObject.cpp index 5f48893d..47d81b51 100644 --- a/neo/swf/SWF_PlaceObject.cpp +++ b/neo/swf/SWF_PlaceObject.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop int c_PlaceObject2; int c_PlaceObject3; diff --git a/neo/swf/SWF_Render.cpp b/neo/swf/SWF_Render.cpp index aac697be..303da273 100644 --- a/neo/swf/SWF_Render.cpp +++ b/neo/swf/SWF_Render.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../renderer/RenderCommon.h" idCVar swf_timescale( "swf_timescale", "1", CVAR_FLOAT, "timescale for swf files" ); diff --git a/neo/swf/SWF_ScriptFunction.cpp b/neo/swf/SWF_ScriptFunction.cpp index 193f3a30..e5f01e32 100644 --- a/neo/swf/SWF_ScriptFunction.cpp +++ b/neo/swf/SWF_ScriptFunction.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idCVar swf_debug( "swf_debug", "0", CVAR_INTEGER | CVAR_ARCHIVE, "debug swf scripts. 1 shows traces/errors. 2 also shows warnings. 3 also shows disassembly. 4 shows parameters in the disassembly." ); idCVar swf_debugInvoke( "swf_debugInvoke", "0", CVAR_INTEGER, "debug swf functions being called from game." ); diff --git a/neo/swf/SWF_ScriptObject.cpp b/neo/swf/SWF_ScriptObject.cpp index c64efb3c..ad2bf20d 100644 --- a/neo/swf/SWF_ScriptObject.cpp +++ b/neo/swf/SWF_ScriptObject.cpp @@ -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" ); diff --git a/neo/swf/SWF_ScriptVar.cpp b/neo/swf/SWF_ScriptVar.cpp index c869d2b4..3456d4f8 100644 --- a/neo/swf/SWF_ScriptVar.cpp +++ b/neo/swf/SWF_ScriptVar.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop extern idCVar swf_debugShowAddress; diff --git a/neo/swf/SWF_ShapeParser.cpp b/neo/swf/SWF_ShapeParser.cpp index 63e17e26..a6266236 100644 --- a/neo/swf/SWF_ShapeParser.cpp +++ b/neo/swf/SWF_ShapeParser.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "float.h" #pragma warning( disable: 4189 ) // local variable is initialized but not referenced diff --git a/neo/swf/SWF_Shapes.cpp b/neo/swf/SWF_Shapes.cpp index 4b3a3f3e..51f1d185 100644 --- a/neo/swf/SWF_Shapes.cpp +++ b/neo/swf/SWF_Shapes.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ======================== diff --git a/neo/swf/SWF_Sounds.cpp b/neo/swf/SWF_Sounds.cpp index ec7add62..13acdd34 100644 --- a/neo/swf/SWF_Sounds.cpp +++ b/neo/swf/SWF_Sounds.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ======================== diff --git a/neo/swf/SWF_SpriteInstance.cpp b/neo/swf/SWF_SpriteInstance.cpp index 53467c9e..342751c2 100644 --- a/neo/swf/SWF_SpriteInstance.cpp +++ b/neo/swf/SWF_SpriteInstance.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idSWFScriptObject_SpriteInstancePrototype spriteInstanceScriptObjectPrototype; diff --git a/neo/swf/SWF_Sprites.cpp b/neo/swf/SWF_Sprites.cpp index 86b8aa3b..dac3ac53 100644 --- a/neo/swf/SWF_Sprites.cpp +++ b/neo/swf/SWF_Sprites.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop using namespace rapidjson; diff --git a/neo/swf/SWF_Text.cpp b/neo/swf/SWF_Text.cpp index 76387698..74aff2a5 100644 --- a/neo/swf/SWF_Text.cpp +++ b/neo/swf/SWF_Text.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #pragma warning( disable: 4189 ) // local variable is initialized but not referenced diff --git a/neo/swf/SWF_TextInstance.cpp b/neo/swf/SWF_TextInstance.cpp index 168bfc39..34b581e6 100644 --- a/neo/swf/SWF_TextInstance.cpp +++ b/neo/swf/SWF_TextInstance.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../renderer/Font.h" idSWFScriptObject_TextInstancePrototype textInstanceScriptObjectPrototype; diff --git a/neo/swf/SWF_Zlib.cpp b/neo/swf/SWF_Zlib.cpp index 74e31863..1dd4b4ed 100644 --- a/neo/swf/SWF_Zlib.cpp +++ b/neo/swf/SWF_Zlib.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include /* diff --git a/neo/sys/LightweightCompression.cpp b/neo/sys/LightweightCompression.cpp index cf3bb70b..5d1e4377 100644 --- a/neo/sys/LightweightCompression.cpp +++ b/neo/sys/LightweightCompression.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "LightweightCompression.h" /* diff --git a/neo/sys/PacketProcessor.cpp b/neo/sys/PacketProcessor.cpp index 0f9de0df..03451b2c 100644 --- a/neo/sys/PacketProcessor.cpp +++ b/neo/sys/PacketProcessor.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "PacketProcessor.h" // DG: workaround for GCC bug diff --git a/neo/sys/Snapshot.cpp b/neo/sys/Snapshot.cpp index 7ea4fe38..91941b68 100644 --- a/neo/sys/Snapshot.cpp +++ b/neo/sys/Snapshot.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idCVar net_verboseSnapshot( "net_verboseSnapshot", "0", CVAR_INTEGER | CVAR_NOCHEAT, "Verbose snapshot code to help debug snapshot problems. Greater the number greater the spam" ); idCVar net_verboseSnapshotCompression( "net_verboseSnapshotCompression", "0", CVAR_INTEGER | CVAR_NOCHEAT, "Verbose snapshot code to help debug snapshot problems. Greater the number greater the spam" ); diff --git a/neo/sys/SnapshotProcessor.cpp b/neo/sys/SnapshotProcessor.cpp index 726838e1..b30f2461 100644 --- a/neo/sys/SnapshotProcessor.cpp +++ b/neo/sys/SnapshotProcessor.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idCVar net_optimalSnapDeltaSize( "net_optimalSnapDeltaSize", "1000", CVAR_INTEGER, "Optimal size of snapshot delta msgs." ); idCVar net_debugBaseStates( "net_debugBaseStates", "0", CVAR_BOOL, "Log out base state information" ); diff --git a/neo/sys/Snapshot_Jobs.cpp b/neo/sys/Snapshot_Jobs.cpp index bf7c7952..bf4b66a3 100644 --- a/neo/sys/Snapshot_Jobs.cpp +++ b/neo/sys/Snapshot_Jobs.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Snapshot_Jobs.h" diff --git a/neo/sys/common/achievements.cpp b/neo/sys/common/achievements.cpp index dc1775ce..fea5bdc1 100644 --- a/neo/sys/common/achievements.cpp +++ b/neo/sys/common/achievements.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "achievements.h" #include "../sys_session_local.h" diff --git a/neo/sys/common/localuser.cpp b/neo/sys/common/localuser.cpp index a4ccd6f5..c6cc297c 100644 --- a/neo/sys/common/localuser.cpp +++ b/neo/sys/common/localuser.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "localuser.h" extern idCVar win_userPersistent; diff --git a/neo/sys/common/savegame.cpp b/neo/sys/common/savegame.cpp index 496ec12a..7f27eb98 100644 --- a/neo/sys/common/savegame.cpp +++ b/neo/sys/common/savegame.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../sys_session_local.h" #include "../sys_savegame.h" diff --git a/neo/sys/common/session_local.cpp b/neo/sys/common/session_local.cpp index ee10f33f..3344d5a3 100644 --- a/neo/sys/common/session_local.cpp +++ b/neo/sys/common/session_local.cpp @@ -13,8 +13,8 @@ Contains the windows implementation of the network session ================================================================================================ */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../../framework/Common_local.h" #include "../sys_session_local.h" diff --git a/neo/sys/common/signin.cpp b/neo/sys/common/signin.cpp index 15f7a13f..97ef9b5f 100644 --- a/neo/sys/common/signin.cpp +++ b/neo/sys/common/signin.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../../framework/PlayerProfile.h" #include "../sys_session_local.h" diff --git a/neo/sys/common/socket_net.cpp b/neo/sys/common/socket_net.cpp index 69454936..c09f55b6 100644 --- a/neo/sys/common/socket_net.cpp +++ b/neo/sys/common/socket_net.cpp @@ -36,8 +36,8 @@ Note that other POSIX systems may need some small changes, e.g. in Sys_InitNetwo ================================================================================================ */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #ifdef _WIN32 diff --git a/neo/sys/sys_achievements.cpp b/neo/sys/sys_achievements.cpp index f96939fc..10e129a3 100644 --- a/neo/sys/sys_achievements.cpp +++ b/neo/sys/sys_achievements.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop /* ======================== diff --git a/neo/sys/sys_dedicated_server_search.cpp b/neo/sys/sys_dedicated_server_search.cpp index 7d70ac92..5ecd9e3c 100644 --- a/neo/sys/sys_dedicated_server_search.cpp +++ b/neo/sys/sys_dedicated_server_search.cpp @@ -25,9 +25,9 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ +#include "precompiled.h" #pragma hdrstop -#include "precompiled.h" #include "sys_lobby_backend.h" #include "sys_dedicated_server_search.h" diff --git a/neo/sys/sys_lobby.cpp b/neo/sys/sys_lobby.cpp index f2d70881..7e044dfc 100644 --- a/neo/sys/sys_lobby.cpp +++ b/neo/sys/sys_lobby.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_lobby.h" extern idCVar net_connectTimeoutInSeconds; diff --git a/neo/sys/sys_lobby_backend_direct.cpp b/neo/sys/sys_lobby_backend_direct.cpp index a8eee447..6bc5941a 100644 --- a/neo/sys/sys_lobby_backend_direct.cpp +++ b/neo/sys/sys_lobby_backend_direct.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_lobby_backend.h" #include "sys_lobby_backend_direct.h" diff --git a/neo/sys/sys_lobby_migrate.cpp b/neo/sys/sys_lobby_migrate.cpp index 9670dc86..a420d7a4 100644 --- a/neo/sys/sys_lobby_migrate.cpp +++ b/neo/sys/sys_lobby_migrate.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_lobby.h" idCVar net_migration_debug( "net_migration_debug", "0", CVAR_BOOL, "debug" ); diff --git a/neo/sys/sys_lobby_snapshot.cpp b/neo/sys/sys_lobby_snapshot.cpp index 23fac04e..f2cfbce2 100644 --- a/neo/sys/sys_lobby_snapshot.cpp +++ b/neo/sys/sys_lobby_snapshot.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_lobby.h" idCVar net_snapshot_send_warntime( "net_snapshot_send_warntime", "500", CVAR_INTEGER, "Print warning messages if we take longer than this to send a client a snapshot." ); diff --git a/neo/sys/sys_lobby_users.cpp b/neo/sys/sys_lobby_users.cpp index f8d8a8f8..90adc52d 100644 --- a/neo/sys/sys_lobby_users.cpp +++ b/neo/sys/sys_lobby_users.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_lobby.h" #include "sys_voicechat.h" diff --git a/neo/sys/sys_local.cpp b/neo/sys/sys_local.cpp index d16de819..4c4f8c16 100644 --- a/neo/sys/sys_local.cpp +++ b/neo/sys/sys_local.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_local.h" const char* sysLanguageNames[] = diff --git a/neo/sys/sys_localuser.cpp b/neo/sys/sys_localuser.cpp index 9ff5d1de..fe51b79d 100644 --- a/neo/sys/sys_localuser.cpp +++ b/neo/sys/sys_localuser.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop extern idCVar fs_savepath; diff --git a/neo/sys/sys_profile.cpp b/neo/sys/sys_profile.cpp index 715871fc..b53ea924 100644 --- a/neo/sys/sys_profile.cpp +++ b/neo/sys/sys_profile.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #define SAVEGAME_PROFILE_FILENAME "profile.bin" diff --git a/neo/sys/sys_savegame.cpp b/neo/sys/sys_savegame.cpp index a7f8bc15..d1b59963 100644 --- a/neo/sys/sys_savegame.cpp +++ b/neo/sys/sys_savegame.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_session_local.h" diff --git a/neo/sys/sys_session_callbacks.cpp b/neo/sys/sys_session_callbacks.cpp index bf0ba35b..bb23de6c 100644 --- a/neo/sys/sys_session_callbacks.cpp +++ b/neo/sys/sys_session_callbacks.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../framework/Common_local.h" #include "sys_session_local.h" diff --git a/neo/sys/sys_session_local.cpp b/neo/sys/sys_session_local.cpp index bbd33b16..0f91a67c 100644 --- a/neo/sys/sys_session_local.cpp +++ b/neo/sys/sys_session_local.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_session_local.h" #include "sys_voicechat.h" #include "sys_dedicated_server_search.h" diff --git a/neo/sys/sys_session_savegames.cpp b/neo/sys/sys_session_savegames.cpp index 01b32989..26b1bf2a 100644 --- a/neo/sys/sys_session_savegames.cpp +++ b/neo/sys/sys_session_savegames.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_savegame.h" #include "sys_session_local.h" #include "sys_session_savegames.h" diff --git a/neo/sys/sys_signin.cpp b/neo/sys/sys_signin.cpp index cfc2aad4..18369198 100644 --- a/neo/sys/sys_signin.cpp +++ b/neo/sys/sys_signin.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop idCVar com_requireNonProductionSignIn( "com_requireNonProductionSignIn", "1", CVAR_BOOL | CVAR_ARCHIVE, "If true, will require sign in, even on non production builds." ); extern idCVar fs_savepath; diff --git a/neo/sys/sys_voicechat.cpp b/neo/sys/sys_voicechat.cpp index b7bdc2d0..e2e3ab13 100644 --- a/neo/sys/sys_voicechat.cpp +++ b/neo/sys/sys_voicechat.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "sys_voicechat.h" /* diff --git a/neo/sys/win32/win_cpu.cpp b/neo/sys/win32/win_cpu.cpp index e38a3ad2..cf8b746b 100644 --- a/neo/sys/win32/win_cpu.cpp +++ b/neo/sys/win32/win_cpu.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "win_local.h" diff --git a/neo/sys/win32/win_glimp.cpp b/neo/sys/win32/win_glimp.cpp index 42cb0875..cf1e4c2c 100644 --- a/neo/sys/win32/win_glimp.cpp +++ b/neo/sys/win32/win_glimp.cpp @@ -41,8 +41,8 @@ If you have questions concerning this license or the applicable additional terms ** Note that the GLW_xxx functions are Windows specific GL-subsystem ** related functions that are relevant ONLY to win_glimp.c */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "win_local.h" #include "rc/doom_resource.h" diff --git a/neo/sys/win32/win_input.cpp b/neo/sys/win32/win_input.cpp index 69f7e86e..85ef548e 100644 --- a/neo/sys/win32/win_input.cpp +++ b/neo/sys/win32/win_input.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../sys_session_local.h" #include "win_local.h" diff --git a/neo/sys/win32/win_input.h b/neo/sys/win32/win_input.h index d15fedd8..005ded8f 100644 --- a/neo/sys/win32/win_input.h +++ b/neo/sys/win32/win_input.h @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #ifdef _MSC_VER // DG: dx SDK's xinput.h is incompatible with MinGW.. #include diff --git a/neo/sys/win32/win_main.cpp b/neo/sys/win32/win_main.cpp index 3f98e5ab..3e69ed60 100644 --- a/neo/sys/win32/win_main.cpp +++ b/neo/sys/win32/win_main.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include #include diff --git a/neo/sys/win32/win_shared.cpp b/neo/sys/win32/win_shared.cpp index 29d49fad..30df1a1b 100644 --- a/neo/sys/win32/win_shared.cpp +++ b/neo/sys/win32/win_shared.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "win_local.h" #include diff --git a/neo/sys/win32/win_snd.cpp b/neo/sys/win32/win_snd.cpp index cc4ffeae..71ac3879 100644 --- a/neo/sys/win32/win_snd.cpp +++ b/neo/sys/win32/win_snd.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop // RB: not available on Windows 8 SDK #if defined(__MINGW32__) diff --git a/neo/sys/win32/win_syscon.cpp b/neo/sys/win32/win_syscon.cpp index 90e20d31..a724dcd9 100644 --- a/neo/sys/win32/win_syscon.cpp +++ b/neo/sys/win32/win_syscon.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include #include diff --git a/neo/sys/win32/win_taskkeyhook.cpp b/neo/sys/win32/win_taskkeyhook.cpp index 0d5d61cc..4ae9b65f 100644 --- a/neo/sys/win32/win_taskkeyhook.cpp +++ b/neo/sys/win32/win_taskkeyhook.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop // // This file implements the low-level keyboard hook that traps the task keys. diff --git a/neo/sys/win32/win_wndproc.cpp b/neo/sys/win32/win_wndproc.cpp index f5d2fb84..5e521e49 100644 --- a/neo/sys/win32/win_wndproc.cpp +++ b/neo/sys/win32/win_wndproc.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "win_local.h" #include "../../renderer/RenderCommon.h" diff --git a/neo/tools/imgui/ImGuiTools.cpp b/neo/tools/imgui/ImGuiTools.cpp index 0a6eefcf..703b273e 100644 --- a/neo/tools/imgui/ImGuiTools.cpp +++ b/neo/tools/imgui/ImGuiTools.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../imgui/BFGimgui.h" #include "../idlib/CmdArgs.h" diff --git a/neo/tools/imgui/lighteditor/LightEditor.cpp b/neo/tools/imgui/lighteditor/LightEditor.cpp index b24ab77c..4522b1d3 100644 --- a/neo/tools/imgui/lighteditor/LightEditor.cpp +++ b/neo/tools/imgui/lighteditor/LightEditor.cpp @@ -28,8 +28,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "LightEditor.h" diff --git a/neo/ui/BindWindow.cpp b/neo/ui/BindWindow.cpp index 9bd6e6ab..417fda07 100644 --- a/neo/ui/BindWindow.cpp +++ b/neo/ui/BindWindow.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/ChoiceWindow.cpp b/neo/ui/ChoiceWindow.cpp index 70f21468..b87273eb 100644 --- a/neo/ui/ChoiceWindow.cpp +++ b/neo/ui/ChoiceWindow.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/DeviceContext.cpp b/neo/ui/DeviceContext.cpp index f1291477..ccce220a 100644 --- a/neo/ui/DeviceContext.cpp +++ b/neo/ui/DeviceContext.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" diff --git a/neo/ui/EditWindow.cpp b/neo/ui/EditWindow.cpp index 52f1aaaf..9c6bc1de 100644 --- a/neo/ui/EditWindow.cpp +++ b/neo/ui/EditWindow.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/FieldWindow.cpp b/neo/ui/FieldWindow.cpp index d1fc9c71..51855362 100644 --- a/neo/ui/FieldWindow.cpp +++ b/neo/ui/FieldWindow.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/GameBearShootWindow.cpp b/neo/ui/GameBearShootWindow.cpp index b29569d9..df8aa813 100644 --- a/neo/ui/GameBearShootWindow.cpp +++ b/neo/ui/GameBearShootWindow.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/GameBustOutWindow.cpp b/neo/ui/GameBustOutWindow.cpp index bbfa3001..76a79530 100644 --- a/neo/ui/GameBustOutWindow.cpp +++ b/neo/ui/GameBustOutWindow.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "../renderer/Image.h" diff --git a/neo/ui/GameSSDWindow.cpp b/neo/ui/GameSSDWindow.cpp index 8ad8a067..881e6b62 100644 --- a/neo/ui/GameSSDWindow.cpp +++ b/neo/ui/GameSSDWindow.cpp @@ -25,8 +25,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/GuiScript.cpp b/neo/ui/GuiScript.cpp index f8c16822..74823038 100644 --- a/neo/ui/GuiScript.cpp +++ b/neo/ui/GuiScript.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Window.h" #include "Winvar.h" diff --git a/neo/ui/ListGUI.cpp b/neo/ui/ListGUI.cpp index 351410e6..19ffbc43 100644 --- a/neo/ui/ListGUI.cpp +++ b/neo/ui/ListGUI.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "ListGUILocal.h" diff --git a/neo/ui/ListWindow.cpp b/neo/ui/ListWindow.cpp index a347e9f4..067713a7 100644 --- a/neo/ui/ListWindow.cpp +++ b/neo/ui/ListWindow.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/RegExp.cpp b/neo/ui/RegExp.cpp index 91f27568..7b1384a2 100644 --- a/neo/ui/RegExp.cpp +++ b/neo/ui/RegExp.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "RegExp.h" #include "DeviceContext.h" diff --git a/neo/ui/RenderWindow.cpp b/neo/ui/RenderWindow.cpp index 5e85aef5..2a1f039e 100644 --- a/neo/ui/RenderWindow.cpp +++ b/neo/ui/RenderWindow.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/SimpleWindow.cpp b/neo/ui/SimpleWindow.cpp index 8d9ea6db..7eeeec85 100644 --- a/neo/ui/SimpleWindow.cpp +++ b/neo/ui/SimpleWindow.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/SliderWindow.cpp b/neo/ui/SliderWindow.cpp index fd2f5885..952d3632 100644 --- a/neo/ui/SliderWindow.cpp +++ b/neo/ui/SliderWindow.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/UserInterface.cpp b/neo/ui/UserInterface.cpp index 091fdc42..ab4a334c 100644 --- a/neo/ui/UserInterface.cpp +++ b/neo/ui/UserInterface.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "ListGUILocal.h" #include "DeviceContext.h" diff --git a/neo/ui/Window.cpp b/neo/ui/Window.cpp index 513d56d0..926005a0 100644 --- a/neo/ui/Window.cpp +++ b/neo/ui/Window.cpp @@ -27,8 +27,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "DeviceContext.h" #include "Window.h" diff --git a/neo/ui/Winvar.cpp b/neo/ui/Winvar.cpp index 1a91a0b7..10ca3217 100644 --- a/neo/ui/Winvar.cpp +++ b/neo/ui/Winvar.cpp @@ -26,8 +26,8 @@ If you have questions concerning this license or the applicable additional terms =========================================================================== */ -#pragma hdrstop #include "precompiled.h" +#pragma hdrstop #include "Window.h" #include "Winvar.h"