summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/automate/action.h
diff options
context:
space:
mode:
authorbisset2003-05-26 17:31:14 +0000
committerbisset2003-05-26 17:31:14 +0000
commitc9dab92c8676b575f62348870e36b23191bfdec9 (patch)
tree0994e14d0351c008c07f7b4d97a26a1e2d52a5dd /2003/i/buzz/src/automate/action.h
parent301ee86d6036f739f56ff122d34c3fe6eca523e5 (diff)
----------------------------------------------------------------------
Committing in . Modified Files: buzz/src/automate/action.cc buzz/src/automate/action.h buzz/src/automate/grammar.yy buzz/src/automate/lexer.ll buzz/src/automate/receptivite.cc buzz/src/automate/receptivite.h ---------------------------------------------------------------------- Y a un truc qui compile pas dans le yacc, a part ça j'ai pas regardé plus loin. (ligne 98 et 101)
Diffstat (limited to '2003/i/buzz/src/automate/action.h')
-rw-r--r--2003/i/buzz/src/automate/action.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/2003/i/buzz/src/automate/action.h b/2003/i/buzz/src/automate/action.h
index 1ee7bd5..3224e8f 100644
--- a/2003/i/buzz/src/automate/action.h
+++ b/2003/i/buzz/src/automate/action.h
@@ -41,7 +41,7 @@ namespace Automate
// Destructeur
~ActionInitialisation () ;
void start (void);
- }
+ };
class ActionRechercher : public Action
{
@@ -51,7 +51,7 @@ namespace Automate
// Destructeur
~ActionRechercher () ;
void start (void);
- }
+ };
class ActionRotation : public Action
{
@@ -61,7 +61,7 @@ namespace Automate
// Destructeur
~ActionRotation () ;
void start (void);
- }
+ };
class ActionAtteindre : public Action
{
@@ -71,7 +71,7 @@ namespace Automate
// Destructeur
~ActionAtteindre () ;
void start (void);
- }
+ };
class ActionNbPaletPile : public Action
{
@@ -81,7 +81,7 @@ namespace Automate
// Destructeur
~ActionNbPaletPile () ;
void start (void);
- }
+ };
class ActionNbPaletStocke : public Action
{
@@ -91,7 +91,7 @@ namespace Automate
// Destructeur
~ActionNbPaletStocke () ;
void start (void);
- }
+ };
class ActionMiseEnPlace : public Action
{
@@ -101,7 +101,7 @@ namespace Automate
// Destructeur
~ActionMiseEnPlace () ;
void start (void);
- }
+ };
class ActionRepererCouleur : public Action
{
@@ -112,7 +112,7 @@ namespace Automate
// Destructeur
~ActionRepererCouleur () ;
void start (void);
- }
+ };
class ActionRetourner : public Action
{
@@ -122,7 +122,7 @@ namespace Automate
// Destructeur
~ActionRetourner () ;
void start (void);
- }
+ };
class ActionAvancer : public Action
{
@@ -133,7 +133,7 @@ namespace Automate
// Destructeur
~ActionAvancer () ;
void start (void);
- }
+ };
class ActionReculer : public Action
{
@@ -144,7 +144,7 @@ namespace Automate
// Destructeur
~ActionReculer () ;
void start (void);
- }
+ };
class ActionPlacerPince : public Action
{
@@ -155,7 +155,7 @@ namespace Automate
// Destructeur
~ActionPlacerPince () ;
void start (void);
- }
+ };
}
#endif // action_h