YAPOG  0.0.1
Yet Another Pokemon Online Game
BeginTrainerBattlePhase.cpp
Go to the documentation of this file.
4 
8 #include "Battle/Battle.hpp"
9 #include "Game.hpp"
10 
11 namespace ycl
12 {
14  const sf::Color BeginTrainerBattlePhase::DEFAULT_COLOR = sf::Color ();
15 
17  (Battle& battle, BattleInterface& battleInterface)
18  : BeginBattlePhase (battle, battleInterface)
19  {
20  }
21 
23  {
24  }
25 
27  {
29  }
30 
32  {
34  }
35 
37  {
39  }
40 
42  {
43  }
44 
46  {
47  }
48 
49  void BeginTrainerBattlePhase::HandleChangeColor (const sf::Color& color)
50  {
51  }
52 }