summaryrefslogtreecommitdiff
path: root/i/marvin/src/ai/ai.hh
diff options
context:
space:
mode:
authorhaller2006-05-24 19:57:13 +0000
committerhaller2006-05-24 19:57:13 +0000
commit78a8f07f655dc7ff426d87001f3ca4d6a8365ded (patch)
tree33d83f80904241d0f1b0d59325f198b21232346d /i/marvin/src/ai/ai.hh
parent55e5056593ad021213e97c6418382ac051d85d93 (diff)
* Début de codage du programme d'homologation du robal
Diffstat (limited to 'i/marvin/src/ai/ai.hh')
-rw-r--r--i/marvin/src/ai/ai.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/i/marvin/src/ai/ai.hh b/i/marvin/src/ai/ai.hh
index bde4c4a..2883be9 100644
--- a/i/marvin/src/ai/ai.hh
+++ b/i/marvin/src/ai/ai.hh
@@ -65,5 +65,7 @@ class Ai
bool update (void);
/// La célèbre fonction sync
bool sync (void);
+ /// programme d'homologation du robal
+ void progHomoloRobal(void);
};
#endif // ai_hh