We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 899c9cf + 67fe373 commit 2413d36Copy full SHA for 2413d36
include/GameVisitor.h
@@ -12,7 +12,8 @@ class GameDice;
12
class Wonder;
13
14
/**
15
- * A class to be extended with callbacks to handle the different classes in the model.
+ * A class to be extended with callbacks to handle the different classes in the model.
16
+ * Specific subclasses of this visitor pattern are used in Serialization and GameView
17
*/
18
class GameVisitor {
19
private:
0 commit comments