Download this file
1 2 3 4 5 6 7
class AI { public: AI * clone(); /** this function can be overwritten by the subclass's function */ virtual void Execute(); };