YAPOG  0.0.1
Yet Another Pokemon Online Game
TileLayoutHandlerReader.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  "layoutHandlertype";
8 
10  TileLayoutHandler& tileLayoutHandler,
11  const String& xmlRootNodeName)
12  : xmlRootNodeName_ (xmlRootNodeName)
13  , tileLayoutHandler_ (tileLayoutHandler)
14  {
15  }
16 
18  {
19  }
20 } // namespace yap