with class

Dependencies:   ISR_Mini-explorer mbed

Fork of VirtualForces by Georgios Tsamis

Revision:
39:890439b495e3
Parent:
36:b59d56d0b3b4
--- a/Map.hpp	Thu Jun 15 23:17:55 2017 +0000
+++ b/Map.hpp	Fri Jun 16 10:40:53 2017 +0000
@@ -46,6 +46,8 @@
     
     float get_proba_cell(int widthIndice, int heightIndice);
     
+    void fill_map_with_initial();
+    
     //Updates map value
     void update_cell_value(int widthIndice,int heightIndice ,float proba);