Added sensor rendering.

This commit is contained in:
2017-03-06 15:24:57 -04:00
parent 39efccb0e4
commit f9aaa9e960
12 changed files with 566 additions and 466 deletions

View File

@@ -29,8 +29,9 @@
#include "pheromone.hpp"
namespace ogl {
void initialize(PheromoneMap * phero_map);
void initialize(ias_ss::PheromoneMap * phero_map);
void display();
void display_sensor_map();
void reshape(int w, int h);
}