summaryrefslogtreecommitdiff
path: root/canevas.h
diff options
context:
space:
mode:
Diffstat (limited to 'canevas.h')
-rw-r--r--canevas.h1
1 files changed, 1 insertions, 0 deletions
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];