diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-09-29 08:46:08 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-09-29 08:46:08 -0400 |
commit | 1f2f646c41e90aa05ff561676752df2188fdd7ba (patch) | |
tree | f46d65bb8a0eaeeec35758476b20b2b6995062fb /include/common.h | |
parent | 764e0983c21247e325807933227b077bdc1ef6be (diff) |
Fixed mouse, and added the start to NPC interaction
Diffstat (limited to 'include/common.h')
-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> |