directions.cpp (309B)
1 #include "all_includes.hh" 2 3 const char Cardinal::rotationTable[9] = { -1, 0, 1, -1, 2, -1, -1, -1, 3 }; 4 const char Coin::rotationTable[9] = { -1, 0, 1, -1, 2, -1, -1, -1, 3 }; 5 6 const char CoteTriangle::rotationTable[5] = { -1, 0, 1, -1, 2 }; 7 const char SommetTriangle::rotationTable[5] = { -1, 0, 1, -1, 2 };