YAPOG  0.0.1
Yet Another Pokemon Online Game
BaseSpriteReader.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  BaseSprite& baseSprite,
7  const String& xmlRootNodeName)
8  : xmlRootNodeName_ (xmlRootNodeName)
9  , baseSprite_ (baseSprite)
10  {
11  }
12 
14  {
15  }
16 
18  {
19  }
20 } // namespace yap