YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BeginTrainerBattlePhase.cpp
Go to the documentation of this file.
1
#include "
YAPOG/Graphics/Game/Sprite/ISprite.hpp
"
2
#include "
YAPOG/Graphics/Gui/DialogBoxWidget.hpp
"
3
#include "
YAPOG/Game/Battle/Phase/PhaseArgs.hpp
"
4
5
#include "
Battle/Phase/BeginTrainerBattlePhase.hpp
"
6
#include "
Battle/OpponentBattleInfoWidget.hpp
"
7
#include "
Battle/BattleInterface.hpp
"
8
#include "Battle/Battle.hpp"
9
#include "Game.hpp"
10
11
namespace
ycl
12
{
13
const
bool
BeginTrainerBattlePhase::DEFAULT_VISIBLE_STATE
=
true
;
14
const
sf::Color
BeginTrainerBattlePhase::DEFAULT_COLOR
= sf::Color ();
15
16
BeginTrainerBattlePhase::BeginTrainerBattlePhase
17
(
Battle
& battle,
BattleInterface
& battleInterface)
18
:
BeginBattlePhase
(battle, battleInterface)
19
{
20
}
21
22
BeginTrainerBattlePhase::~BeginTrainerBattlePhase
()
23
{
24
}
25
26
void
BeginTrainerBattlePhase::HandleStart
(
yap::PhaseArgs
* args)
27
{
28
BeginBattlePhase::HandleStart
(args);
29
}
30
31
void
BeginTrainerBattlePhase::HandleUpdate
(
const
yap::Time
& dt)
32
{
33
BeginBattlePhase::HandleUpdate
(dt);
34
}
35
36
void
BeginTrainerBattlePhase::HandleEnd
()
37
{
38
BeginBattlePhase::HandleEnd
();
39
}
40
41
void
BeginTrainerBattlePhase::HandleDraw
(
yap::IDrawingContext
& context)
42
{
43
}
44
45
void
BeginTrainerBattlePhase::HandleShow
(
bool
isVisible)
46
{
47
}
48
49
void
BeginTrainerBattlePhase::HandleChangeColor
(
const
sf::Color& color)
50
{
51
}
52
}
YAPOG.Client
src
Battle
Phase
BeginTrainerBattlePhase.cpp
Generated on Mon Sep 17 2012 22:24:21 for YAPOG by
1.8.1.1