src/team/teams_list.h File Reference

#include "team.h"
#include "team_config.h"
#include <list>

Include dependency graph for teams_list.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TeamsList

Functions

TeamActiveTeam ()
CharacterActiveCharacter ()
bool compareTeams (const Team &a, const Team &b)

Variables

TeamsList teams_list


Function Documentation

Character& ActiveCharacter (  ) 

Definition at line 520 of file teams_list.cpp.

00521 {
00522   return ActiveTeam().ActiveCharacter();
00523 }

Here is the call graph for this function:

Here is the caller graph for this function:

Team& ActiveTeam (  ) 

Definition at line 513 of file teams_list.cpp.

00514 {
00515   return teams_list.ActiveTeam();
00516 }

Here is the call graph for this function:

Here is the caller graph for this function:

bool compareTeams ( const Team a,
const Team b 
)

Definition at line 527 of file teams_list.cpp.

00528 {
00529   return a.GetName() < b.GetName();
00530 }

Here is the caller graph for this function:


Variable Documentation

TeamsList teams_list

Definition at line 38 of file teams_list.cpp.


Generated on Mon Jan 1 13:24:49 2007 for Wormux by  doxygen 1.4.7