diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-09-24 17:41:40 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-09-24 17:41:40 -0400 |
commit | 06f9901eb633fe9f15b2d9ddafdbf55725634481 (patch) | |
tree | c37ae7fc40fed9d41e1aa8f5a36ac153b182af6c /include/common.h | |
parent | eb780293884f26bfec86cd607289d0e0688c68d2 (diff) |
Added dynamic npcs that spawn with th e world
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 dde3c4a..aa175bc 100644 --- a/include/common.h +++ b/include/common.h @@ -4,6 +4,7 @@ ///THIS FILE IS USED FOR VARIABLES THAT WILL BE ACCESED BY MULTIPLE CLASSES/FILES #include <iostream> +#include <vector> #include <cstdlib> #include <SDL2/SDL.h> #include <SDL2/SDL_image.h> |