00001 00002 #ifndef __UPF_DIRENUM_H__ 00003 #define __UPF_DIRENUM_H__ 00004 00005 #include <string> 00006 #include "upf/ILoader.h" 00007 00008 namespace upf { namespace impl { 00009 00010 void enumDirectory(const std::string& path, 00011 const std::vector<std::string>& extensions, 00012 std::vector<std::string>& files); 00013 00014 } } 00015 00016 #endif