src/team/team.h File Reference

#include <list>
#include <map>
#include <string>
#include "team_energy.h"
#include "../character/character.h"
#include "../graphic/surface.h"
#include "../include/base.h"
#include "../weapon/crosshair.h"
#include "../weapon/weapon.h"
#include "../tool/point.h"
#include "../tool/resource_manager.h"

Include dependency graph for team.h:

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

Go to the source code of this file.

Classes

class  Team

Enumerations

enum  team_player_type_t { TEAM_human_local, TEAM_ai_local, TEAM_remote }


Enumeration Type Documentation

enum team_player_type_t

Enumerator:
TEAM_human_local 
TEAM_ai_local 
TEAM_remote 

Definition at line 40 of file team.h.

00040              {
00041   TEAM_human_local,
00042   TEAM_ai_local,
00043   TEAM_remote
00044 } team_player_type_t;


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