summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/es/test_es.cc
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/es/test_es.cc')
-rw-r--r--2005/i/robert/src/es/test_es.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/2005/i/robert/src/es/test_es.cc b/2005/i/robert/src/es/test_es.cc
index 4e733ab..42f681d 100644
--- a/2005/i/robert/src/es/test_es.cc
+++ b/2005/i/robert/src/es/test_es.cc
@@ -89,6 +89,9 @@ main (int argc, char **argv)
case 'v':
es.ventouses();
break;
+ case 'C':
+ std::cout << "Le prochain obstacle est " << (es.obsTropPres() ? "TROP PRES." : "LOIN.") << std::endl;
+ break;
}
break;
}