#include <ai.h>
Inherited by _classes_ [private], ComputerAI, HumanAI, and NetworkAI.
Inheritance diagram for AI:

Public Methods | |
| virtual AI * | clone () const |
| Every AI needs a Clone function. More... | |
| virtual void | execute (class Spectre *parent) |
| virtual | ~AI () |
|
|
00008 {}
|
|
|
Every AI needs a Clone function.
Reimplemented in NetworkAI, ComputerAI, and HumanAI. |
|
|
this function can be overwritten by the subclass's function Reimplemented in NetworkAI, ComputerAI, and HumanAI. |
1.2.15