src/team/teams_list.cpp File Reference

#include "teams_list.h"
#include "../character/body_list.h"
#include "../include/action_handler.h"
#include "../game/config.h"
#include "../tool/file_tools.h"
#include "../tool/i18n.h"
#include "team_energy.h"
#include <algorithm>
#include <iostream>
#include <dirent.h>
#include <sys/stat.h>

Include dependency graph for teams_list.cpp:

Go to the source code of this file.

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:30 2007 for Wormux by  doxygen 1.4.7