summaryrefslogtreecommitdiff
path: root/carre.h
diff options
context:
space:
mode:
Diffstat (limited to 'carre.h')
-rw-r--r--carre.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/carre.h b/carre.h
index 80b9d57..d986f7f 100644
--- a/carre.h
+++ b/carre.h
@@ -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