#include "all_includes.hh" const char Cardinal::rotationTable[9] = { -1, 0, 1, -1, 2, -1, -1, -1, 3 }; const char Coin::rotationTable[9] = { -1, 0, 1, -1, 2, -1, -1, -1, 3 }; const char CoteTriangle::rotationTable[5] = { -1, 0, 1, -1, 2 }; const char SommetTriangle::rotationTable[5] = { -1, 0, 1, -1, 2 };