diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-07 09:28:43 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-07 09:28:43 -0500 |
commit | 0c89c034ffe5fdf79e57c8bdbe9ca07eaf79b382 (patch) | |
tree | 0433130e467a03d5df45b5748676febe3506deaf /include/common.h | |
parent | 42bd0ae7913af00ea5e330e45321e2bbe9e734d9 (diff) |
xml
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 0a868df..adbd7fa 100644 --- a/include/common.h +++ b/include/common.h @@ -10,6 +10,7 @@ #include <iostream> #include <cstdlib> +#include <string> #include <vector> #include <math.h> #include <string> @@ -199,4 +200,6 @@ void safeSetColorA(int r,int g,int b,int a); unsigned int millis(void); #endif // __WIN32__ +int getdir(const char *dir, std::vector<std::string> &files); + #endif // COMMON_H |