object generating progress

This commit is contained in:
Sascha Kühl
2025-12-01 16:14:13 +01:00
parent 19b7044773
commit 422df82b7c
10 changed files with 242 additions and 33 deletions
+1
View File
@@ -71,6 +71,7 @@ public:
private:
friend class object;
friend class attribute_generator;
friend class object_generator;
std::string name_;
object *owner_{nullptr};