YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
MapAreaReader.cpp
Go to the documentation of this file.
1
#include "
YAPOG/Game/World/Map/MapAreaReader.hpp
"
2
#include "
YAPOG/Game/World/Map/MapArea.hpp
"
3
4
namespace
yap
5
{
6
MapAreaReader::MapAreaReader
(
7
MapArea
& mapArea,
8
const
String
& xmlRootNodeName)
9
:
DynamicWorldObjectReader
(mapArea, xmlRootNodeName)
10
, mapArea_ (mapArea)
11
{
12
}
13
14
MapAreaReader::~MapAreaReader
()
15
{
16
}
17
}
// namespace yap
YAPOG
src
YAPOG
Game
World
Map
MapAreaReader.cpp
Generated on Mon Sep 17 2012 22:24:25 for YAPOG by
1.8.1.1