YAPOG  0.0.1
Yet Another Pokemon Online Game
SkillInfoReader.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_SKILLINFOREADER_HPP
2 # define YAPOG_SKILLINFOREADER_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 # include "YAPOG/System/String.hpp"
11 
12 namespace yap
13 {
15  {
17 
18  public:
19  SkillInfoReader (SkillInfo& skillInfo);
20  SkillInfoReader (SkillInfo& map, const String& xmlRootNodeName);
21  virtual ~SkillInfoReader ();
22 
23  virtual void Visit (XmlReader& visitable);
24  private:
27 
42  };
43 } // namespace yap
44 
45 #endif // YAPOG_SKILLINFOREADER_HPP
46