YAPOG  0.0.1
Yet Another Pokemon Online Game
BaseDynamicWorldObjectConstVisitor.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  {
7  }
8 
10  {
11  }
12 
14  const DynamicWorldObject& visitable)
15  {
16  }
17 
19  const Character& visitable)
20  {
21  }
22 
24  const IPlayer& visitable)
25  {
26  }
27 
29  const Teleporter& visitable)
30  {
31  }
32 
34  const DestructibleObject& visitable)
35  {
36  }
37 
39  const BattleSpawnerArea& visitable)
40  {
41  }
42 } // namespace yap