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