+ Parsing object system

This commit is contained in:
TheRedShip
2024-12-26 23:06:49 +01:00
parent 2f217b50e9
commit 8941169f4a
13 changed files with 218 additions and 58 deletions

View File

@ -39,7 +39,7 @@ class Object
SPHERE,
};
virtual Type getType() const = 0;
virtual Type getType() const = 0;
};
#endif