YAPOG  0.0.1
Yet Another Pokemon Online Game
BaseBattleWidget.cpp
Go to the documentation of this file.
2 
3 namespace ycl
4 {
6  {
7  }
8 
10  {
11  return false;
12  }
13 
15  {
16  }
17 
19  {
20  }
21 
23  {
24  }
25 
26  void BaseBattleWidget::HandleShow (bool isVisible)
27  {
28  }
29 
30  void BaseBattleWidget::HandleChangeColor (const sf::Color& color)
31  {
32  }
33 
35  {
36  }
37 }