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/objects.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/objects.hh') diff --git a/src/objects.hh b/src/objects.hh index 84801e3..39fa8aa 100644 --- a/src/objects.hh +++ b/src/objects.hh @@ -20,8 +20,6 @@ enum : int{ }; struct ObjectType { - // REGULAR FUNCTIONS - // ========================================================================= ObjectType(void) { this->setTypeID(0); } ObjectType(int TypeID) { this->setTypeID(TypeID); } void setTypeID(int TypeID); @@ -61,7 +59,7 @@ struct ObjectType { } // DATA - // ========================================================================= + // ================= int TypeID; }; -- cgit v1.2.3