YAPOG  0.0.1
Yet Another Pokemon Online Game
EndTrainerBattlePhase.cpp
Go to the documentation of this file.
2 
4 #include "Battle/Battle.hpp"
5 
6 namespace ycl
7 {
9  const sf::Color EndTrainerBattlePhase::DEFAULT_COLOR = sf::Color ();
10 
12  : EndBattlePhase (battle)
13  {
14  }
15 
17  {
18  }
19 
21  {
23  }
24 
26  {
27  }
28 
30  {
32  }
33 
35  {
36  }
37 
38  void EndTrainerBattlePhase::HandleShow (bool isVisible)
39  {
40  }
41 
42  void EndTrainerBattlePhase::HandleChangeColor (const sf::Color& color)
43  {
44  }
45 }