#include "../graphic/text.h"#include "../graphic/sprite.h"#include "../gui/EnergyBar.h"#include "../object/physical_obj.h"Include dependency graph for team_energy.h:

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

Go to the source code of this file.
Classes | |
| class | TeamEnergy |
Enumerations | |
| enum | energy_t { EnergyStatusOK, EnergyStatusValueChange, EnergyStatusRankChange, EnergyStatusWait } |
| enum energy_t |
Definition at line 32 of file team_energy.h.
00032 { 00033 // Energy bar are waiting for a new change 00034 EnergyStatusOK, 00035 00036 // Energy bar can change their values 00037 EnergyStatusValueChange, 00038 00039 // Energy bar can change there ranking 00040 EnergyStatusRankChange, 00041 00042 // Waiting for a change to be finished before moving 00043 EnergyStatusWait 00044 } energy_t;
1.4.7