#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 | |
Team & | ActiveTeam () |
Character & | ActiveCharacter () |
bool | compareTeams (const Team &a, const Team &b) |
Variables | |
TeamsList | teams_list |
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:
Definition at line 38 of file teams_list.cpp.