vrheights
diff src/game_var.cc @ 8:3f221bdc9bab
mesh loading
walk polys
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 03 Oct 2014 04:16:16 +0300 |
parents | 0eca023ed909 |
children | 537db3079134 |
line diff
1.1 --- a/src/game_var.cc Wed Oct 01 01:06:55 2014 +0300 1.2 +++ b/src/game_var.cc Fri Oct 03 04:16:16 2014 +0300 1.3 @@ -1,3 +1,4 @@ 1.4 +#include <string.h> 1.5 #include <map> 1.6 #include "game_var.h" 1.7 1.8 @@ -138,4 +139,4 @@ 1.9 res.push_back((it++)->first); 1.10 } 1.11 return res; 1.12 -} 1.13 \ No newline at end of file 1.14 +}