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