From d0bde3c60fa911ac0bb0f71ce2a6a963c874392e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 13 Jan 2023 14:52:41 -0500 Subject: Everything works before validation --- canevas.h | 1 + 1 file changed, 1 insertion(+) (limited to 'canevas.h') diff --git a/canevas.h b/canevas.h index 1833e52..64b833a 100644 --- a/canevas.h +++ b/canevas.h @@ -34,6 +34,7 @@ public: double aire(); bool translater(int deltaX, int deltaY); void afficher(ostream & s); + bool reinitialiserCouche(int index); private: Couche couches[MAX_COUCHES]; -- cgit v1.2.3