summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ai/ai.hh
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/ai/ai.hh')
-rw-r--r--2005/i/robert/src/ai/ai.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/2005/i/robert/src/ai/ai.hh b/2005/i/robert/src/ai/ai.hh
index a4f6719..f39993a 100644
--- a/2005/i/robert/src/ai/ai.hh
+++ b/2005/i/robert/src/ai/ai.hh
@@ -91,6 +91,9 @@ class Ai
void initBalFiable (void);
// Va du point de départ au pont pour protéger les quilles.
void protectQuillePont (void);
+ // test
+ void initTest (void);
+ void setMaxSpeed (int l, int r);
};
#endif // ai_hh