diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:47:33 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-29 08:47:33 -0400 |
commit | 4031320180ff5e6c6452fc58575f5d7eac8eddbe (patch) | |
tree | 4dc3c3b2cdf2187d37936c070fa81bd7603bf790 /include | |
parent | 9137c25a3409a67ee04042e566f3c543d61d93d5 (diff) | |
parent | 1f2f646c41e90aa05ff561676752df2188fdd7ba (diff) |
fixed entity lags
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 2a35317..0c35604 100644 --- a/include/common.h +++ b/include/common.h @@ -5,6 +5,7 @@ #include <iostream> #include <vector> +#include <math.h> #include <cstdlib> #include <SDL2/SDL.h> #include <SDL2/SDL_image.h> |