summaryrefslogtreecommitdiffstats
path: root/pokebattle/Player.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-08-21 05:37:12 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-08-21 05:37:12 +0000
commitc340fbb6635989fc24db6edd9d68544a376bca20 (patch)
tree1f5921b70e2a085f11237d40a6b0f80679338fbd /pokebattle/Player.cpp
parentb99070118a3cedc4fcc7514ba95fce2646d649c4 (diff)
[FIX] Cleaned up some TODO tags (fine tuning)
[FIX] Now using QUuid for unique action names in Kross git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@242 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokebattle/Player.cpp')
-rw-r--r--pokebattle/Player.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/pokebattle/Player.cpp b/pokebattle/Player.cpp
index 39185046..a5e89ae9 100644
--- a/pokebattle/Player.cpp
+++ b/pokebattle/Player.cpp
@@ -30,6 +30,11 @@ void Pokebattle::Player::enterArena(Arena* arena)
// TODO: Let them know that they are active
}
+QList<Pokebattle::TeamMember*> Pokebattle::Player::active()
+{
+ // TODO: return active members
+}
+
void Pokebattle::Player::exitArena()
{
// TODO: Tell all active members that they can leave now