aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-08 21:45:28 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-08 21:45:28 -0500
commita0597ff41fb4be979f9dfd70ace8be98a737affb (patch)
treecccedcb0f03d993f4876bd722baddbccb73d56c1 /include/common.h
parentb8df7643b4e4d03f26991774da8e7958bde5bcdf (diff)
parentcde980d06325f37d70c1354d1d3b5cc1f3736938 (diff)
Added support for multiple lights
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