diff options
Diffstat (limited to 'carre.h')
-rw-r--r-- | carre.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef __CARRE_H__ +#define __CARRE_H__ + #include "rectangle.h" class Carre : public Rectangle { @@ -6,3 +9,5 @@ public: ~Carre(); void afficher(ostream &s); }; + +#endif |