aboutsummaryrefslogtreecommitdiff
path: root/src/objects.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects.hh')
-rw-r--r--src/objects.hh4
1 files changed, 1 insertions, 3 deletions
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;
};