diff options
Diffstat (limited to 'canevas.h')
-rw-r--r-- | canevas.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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];
|