From 56e637ec77fc6c220009663dcc35712e399bfd5d Mon Sep 17 00:00:00 2001 From: dufourj Date: Fri, 26 May 2006 08:12:24 +0000 Subject: Général : - commit du programme d'après premier match. --- i/marvin/src/ai/test_ai.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i/marvin/src/ai/test_ai.cc') diff --git a/i/marvin/src/ai/test_ai.cc b/i/marvin/src/ai/test_ai.cc index dd51b7d..6a7d09f 100644 --- a/i/marvin/src/ai/test_ai.cc +++ b/i/marvin/src/ai/test_ai.cc @@ -79,6 +79,8 @@ class TestAi : public Tester "Programme d'homologation du robal"); interpreter.add("match", Interpreter::memFunc(ai_, &Ai::progMatch), "Programme de match qui déchire du robal"); + interpreter.add("findHoleBasic", Interpreter::memFunc(ai_, &Ai::motorBasicFindHole), + "Find a hole, basic version"); interpreter.add ("_postcall", Interpreter::memFunc (*this, &TestAi::postcall)); } -- cgit v1.2.3