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.
1 parent 899c9cf commit 67fe373Copy full SHA for 67fe373
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