YAPOG  0.0.1
Yet Another Pokemon Online Game
AnimatedSpriteReader.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_ANIMATEDSPRITEREADER_HPP
2 # define YAPOG_ANIMATEDSPRITEREADER_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace yap
8 {
9  class AnimatedSprite;
10 
12  {
14 
15  public:
16 
18  AnimatedSprite& animatedSprite,
19  const String& xmlRootNodeName);
20  virtual ~AnimatedSpriteReader ();
21 
22  virtual void Visit (XmlReader& visitable);
23 
24  private:
25 
27  };
28 } // namespace yap
29 
30 #endif // YAPOG_ANIMATEDSPRITEREADER_HPP