From ea4c0557d0b7c2317e03d3d3aaefd6063c99f091 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 26 Mar 2024 01:45:33 +0100 Subject: DWORD replaced with std::uint32_t in non-Win32-related parts With the exception of some netcode. This brings some important questions and solidifies me in pursuing better abstract over definitions. It might also be a good idea to have distinct aliases or compound types for time and (net) identifiers. --- StarsEx/SimObject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'StarsEx/SimObject.cpp') diff --git a/StarsEx/SimObject.cpp b/StarsEx/SimObject.cpp index 60c2295..8ee8db7 100644 --- a/StarsEx/SimObject.cpp +++ b/StarsEx/SimObject.cpp @@ -13,8 +13,8 @@ #include "SimObject.h" -#include "Graphic.h" -#include "Light.h" +#include + #include "Scene.h" // +--------------------------------------------------------------------+ -- cgit v1.1