diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-08 19:11:44 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-08 19:11:44 -0400 |
commit | 3a7cab119abf27f3beebfa3f20df85bff798ff73 (patch) | |
tree | 5e40b98f756a3af845855fbc46984bb5c14d1bb9 /include/common.h | |
parent | 1da594bc86e524b0a5e919149a865508fcbfbb23 (diff) |
SDL_image
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 4b05e5d..56bbe3f 100644 --- a/include/common.h +++ b/include/common.h @@ -6,6 +6,7 @@ #include <iostream> #include <cstdlib> #include <SDL2/SDL.h> +#include <SDL2/SDL_image.h> #include <SDL2/SDL_opengl.h> #include <UIClass.h> #include <windowClass.h> |