From f080f1e4bc9475500c0b5ef3c559c0e105290137 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 5 Jun 2025 12:12:39 -0300 Subject: reduce clutter with struct dividing comments --- src/map.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/map.hh') diff --git a/src/map.hh b/src/map.hh index 6db6773..eafcb1a 100644 --- a/src/map.hh +++ b/src/map.hh @@ -30,8 +30,6 @@ enum : int { }; struct Object { - // REGULAR FUNCTIONS - // ========================================================================= constexpr Object(void) : ObjectID(0) {} constexpr Object(uint32 ObjectID): ObjectID(ObjectID) {} @@ -55,7 +53,7 @@ struct Object { } // DATA - // ========================================================================= + // ================= uint32 ObjectID; }; -- cgit v1.2.3