strat des robots

Fork of CRAC-Strat_2017 by CRAC Team

Robots/StrategieManager.h

Committer:
antbig
Date:
2016-04-13
Revision:
0:ad97421fb1fb
Child:
1:116040d14164

File content as of revision 0:ad97421fb1fb:

#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