homologation gros robot et test avec les ack de la carte a tout faire

Fork of CRAC-Strat_2017_HOMOLOGATION_PETIT_ROBOT by CRAC Team

Revision:
0:ad97421fb1fb
Child:
1:116040d14164
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Robots/StrategieManager.h	Wed Apr 13 22:04:54 2016 +0000
@@ -0,0 +1,12 @@
+#ifndef CRAC_STRATEGIE_MANAGER
+#define CRAC_STRATEGIE_MANAGER
+
+#include "global.h"
+
+#if ROBOT_TYPE == ROBOT_BIG
+    #include "Strategie_big.h"
+#else
+    #include "Strategie_small.h"
+#endif
+
+#endif
\ No newline at end of file