#include <HeuristicBehaviour.h>


Public Member Functions | |
| HeuristicBehaviour () | |
| Constructor. | |
| virtual | ~HeuristicBehaviour () |
| Destructor. | |
| virtual void | think ()=0 |
| Think at the strategy for this turn. | |
Definition at line 33 of file HeuristicBehaviour.h.
1.5.4