From 0c89c034ffe5fdf79e57c8bdbe9ca07eaf79b382 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 7 Jan 2016 09:28:43 -0500 Subject: xml --- include/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/common.h') 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 #include +#include #include #include #include @@ -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 &files); + #endif // COMMON_H -- cgit v1.2.3