erebus
diff src/main.cc @ 26:c8a6fb04fefa
multithreadededit
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 01 Jun 2014 19:19:40 +0300 |
parents | 56d504cc555a |
children | fb20e3855740 |
line diff
1.1 --- a/src/main.cc Sat May 31 06:21:09 2014 +0300 1.2 +++ b/src/main.cc Sun Jun 01 19:19:40 2014 +0300 1.3 @@ -2,9 +2,12 @@ 1.4 #include <stdlib.h> 1.5 #include <assert.h> 1.6 #include <vector> 1.7 +#include <chrono> 1.8 #include "opengl.h" 1.9 #include "erebus.h" 1.10 1.11 +using namespace std::chrono; 1.12 + 1.13 #define SCALE 2 1.14 1.15 static bool init();