File tree Expand file tree Collapse file tree 6 files changed +0
-7
lines changed
Core/Libraries/Source/WWVegas
Dependencies/Utility/Utility
GeneralsMD/Code/GameEngine/Source
Generals/Code/GameEngine/Source/GameNetwork Expand file tree Collapse file tree 6 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 4040#include " camera.h"
4141#include " scene.h"
4242#include " intersec.inl"
43- #include " Utility/CppMacros.h"
4443
4544
4645// ////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 4949// TheSuperHackers @build feliwir 17/04/2025 include utility macros for cross-platform compatibility
5050#include < Utility/compat.h>
5151#include < Utility/stdint_adapter.h>
52- #include < Utility/CppMacros.h>
5352
5453// Disable warning about exception handling not being enabled. It's used as part of STL - in a part of STL we don't use.
5554#pragma warning(disable : 4530)
Original file line number Diff line number Diff line change 1919// This file contains macros to help with endian conversions between different endian systems.
2020#pragma once
2121
22- // VC6 does not support pragma once
2322#ifndef ENDIAN_COMPAT_H
2423#define ENDIAN_COMPAT_H
2524
Original file line number Diff line number Diff line change 3131#include " GameNetwork/NetworkDefs.h"
3232#include " GameNetwork/networkutil.h"
3333#include " GameNetwork/GameMessageParser.h"
34- #include < Utility/CppMacros.h>
3534
3635// TheSuperHackers @refactor BobTista 10/06/2025 Extract magic character literals into named constants for improved readability
3736typedef UnsignedByte NetPacketFieldType;
Original file line number Diff line number Diff line change 5252
5353#include " Common/UnitTimings.h" // Contains the DO_UNIT_TIMINGS define jba.
5454
55- #include " Utility/CppMacros.h"
56-
5755#define no_INTENSE_DEBUG
5856
5957#define DEBUG_QPF
Original file line number Diff line number Diff line change 3131#include " GameNetwork/NetworkDefs.h"
3232#include " GameNetwork/networkutil.h"
3333#include " GameNetwork/GameMessageParser.h"
34- #include < Utility/CppMacros.h>
3534
3635// TheSuperHackers @refactor BobTista 10/06/2025 Extract magic character literals into named constants for improved readability
3736typedef UnsignedByte NetPacketFieldType;
You can’t perform that action at this time.
0 commit comments