aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-09-24 17:41:40 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-09-24 17:41:40 -0400
commit06f9901eb633fe9f15b2d9ddafdbf55725634481 (patch)
treec37ae7fc40fed9d41e1aa8f5a36ac153b182af6c /include/common.h
parenteb780293884f26bfec86cd607289d0e0688c68d2 (diff)
Added dynamic npcs that spawn with th e world
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
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>