YAPOG  0.0.1
Yet Another Pokemon Online Game
OpponentBattleInfoWidget.cpp
Go to the documentation of this file.
4 
6 
7 namespace ycl
8 {
10  : BattleInfoWidget (yap::Padding (15, 40, 10, 5))
11  {
12  }
13 
15  {
16  // Set the background
17  yap::WidgetBackground* background =
19  "Pictures/Battle/OpponentInfoBackground.png", false);
20  background->SetFixed (true);
21  battleInfoBox_.SetBackground (*background);
22 
24  }
25 
27  {
28  return false;
29  }
30 }