1 #ifndef _INC_TARGET_FIGURE 2 #define _INC_TARGET_FIGURE 14 const int leftSquare[5] = {0, 1, 5, 2, 10};
15 const int pentagon[5] = {8, 14, 13, 9, 6};
16 const int rightSquare[5] = {0, 7, 3, 4, 11};
22 void set(
int positions[5]);
27 #endif //_INC_TARGET_FIGURE