Pheromone sensing on the way.

This commit is contained in:
2016-06-27 03:25:45 -04:00
parent fef86e140a
commit 437842a131
7 changed files with 128 additions and 13 deletions

View File

@@ -37,9 +37,9 @@ const int H = 512;
const uint32_t PORT = PlayerCc::PLAYER_PORTNUM + 1;
const uint32_t NUM_ROBOTS = 4;
static bool done = false;
static Fl_Window * window = NULL;
static GlGui * glWindow = NULL;
static bool done = false;
static Fl_Window * window = NULL;
static GlGui * glWindow = NULL;
static PheromoneMap * phero_map = NULL;
extern "C" void handler(int signal) {