Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of Timer by
Diff: Map/obsCarr.h
- Revision:
- 70:d70a6db1f635
- Parent:
- 47:be4eebf40568
- Child:
- 72:b628daa54f3c
--- a/Map/obsCarr.h Thu May 05 01:29:35 2016 +0000
+++ b/Map/obsCarr.h Thu May 05 03:22:43 2016 +0000
@@ -5,6 +5,8 @@
#include "figure.h"
#include "point.h"
+#define TAILLE_SECURITE 110
+
class obsCarr : public figure {
public:
obsCarr (float xc, float yc, float dxt, float dyt) : figure (xc,yc) {
