YAPOG  0.0.1
Yet Another Pokemon Online Game
BaseStaticWorldObjectConstVisitor.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_BASESTATICWORLDOBJECTCONSTVISITOR_HPP
2 # define YAPOG_BASESTATICWORLDOBJECTCONSTVISITOR_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace yap
8 {
11  {
13 
14  public:
15 
17 
18  virtual void VisitStaticWorldObject (const StaticWorldObject& visitable);
19  virtual void VisitMapElement (const MapElement& visitable);
20 
21  protected:
22 
24  };
25 } // namespace yap
26 
27 #endif // YAPOG_BASESTATICWORLDOBJECTCONSTVISITOR_HPP