Extend mechanism of visitor for all important classes that has

attributes of a scene (for saving in XML, or other visitors)
This commit is contained in:
brunoherbelin
2020-04-01 14:41:42 +02:00
parent 178bf45f08
commit 37a6754de2
13 changed files with 176 additions and 101 deletions

View File

@@ -12,6 +12,7 @@ public:
virtual void use();
virtual void reset();
virtual void accept(Visitor& v);
float brightness;
float contrast;