YAPOG  0.0.1
Yet Another Pokemon Online Game
BattleSpawnerAreaReader.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_BATTLESPAWNERAREAREADER_HPP
2 # define YAPOG_BATTLESPAWNERAREAREADER_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace yap
8 {
9  class BattleSpawnerArea;
10 
12  {
14 
15  public:
16 
17  virtual ~BattleSpawnerAreaReader ();
18 
19  protected:
20 
22  BattleSpawnerArea& battleSpawnerArea,
23  const String& xmlRootNodeName);
24 
25  private:
26 
28  };
29 } // namespace yap
30 
31 #endif // YAPOG_BATTLESPAWNERAREAREADER_HPP