diff options
Diffstat (limited to 'src/map.hh')
| -rw-r--r-- | src/map.hh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; }; |
