added the map, switched branches

This commit is contained in:
MitchellHansen
2016-07-30 23:05:59 -07:00
parent 624d2771ac
commit 4432c0338b
7 changed files with 600 additions and 37 deletions

View File

@@ -7,6 +7,7 @@
const int WINDOW_X = 600;
const int WINDOW_Y = 800;
float elap_time(){
static std::chrono::time_point<std::chrono::system_clock> start;
static bool started = false;