#pragma once #include using Position = std::pair; using PositionMutable = std::pair; // Renvoie une position invalide Position emptyPosition();