code strat avant match 2, strat inversée OK normalement

Fork of CRAC-Strat_2017_fin_premier_match by CRAC Team

Revision:
4:88431b537477
Parent:
3:19f2285a4757
Child:
7:dcce34c7e06e
--- a/Robots/Strategie_big.cpp	Sun Apr 17 08:31:59 2016 +0000
+++ b/Robots/Strategie_big.cpp	Sun Apr 17 14:03:03 2016 +0000
@@ -34,4 +34,20 @@
     
 }
 
+/****************************************************************************************/
+/* FUNCTION NAME: SelectStrategy                                                        */
+/* DESCRIPTION  : Charger le fichier de stratégie correspondante à un id                */
+/* RETURN       : 0=> Erreur, 1=> OK si le fichier existe                               */
+/****************************************************************************************/
+int SelectStrategy(unsigned char id)
+{
+    switch(id)
+    {
+        case 1:
+        
+        break;
+    }
+    return 0;
+}
+
 #endif