Fixes for Linux build

This commit is contained in:
2020-01-30 00:57:50 -05:00
parent 589d919f13
commit ef734d60d3

View File

@@ -1,4 +1,7 @@
#include <functional>
#include "location.hpp"
bool is_explored(short i,short j);
void make_explored(short i,short j);
void take_explored(short i,short j);