aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
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