#include <Fight.h>
Public Member Functions | |
Fight () | |
Empty constructor of a Fight. | |
virtual | ~Fight () |
Empty destructor. | |
virtual unsigned int | resolve (Cell *c)=0 |
Make all the fights needed in a Cell. |
Definition at line 33 of file Fight.h.
virtual unsigned int Fight::resolve | ( | Cell * | c | ) | [pure virtual] |
Make all the fights needed in a Cell.
c | the cell in which the fights had to take place |
Implemented in UntilVictoryFight.
Referenced by World::fight().