summaryrefslogtreecommitdiff
path: root/src/utils/files.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-06 14:47:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-06 14:47:39 +0300
commitb7ee14cadb1e5675f7e36565aec1fe39e55ccc34 (patch)
treed92328178a64cd15891802ced4a0db5a0a751e11 /src/utils/files.h
parent3cb15a8f777bd9907d8dc4ba57774c762ec1f67f (diff)
downloadplus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.tar.gz
plus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.tar.bz2
plus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.tar.xz
plus-b7ee14cadb1e5675f7e36565aec1fe39e55ccc34.zip
add ability to inlude config parts from subdirs for items, monsters, npcs.
Diffstat (limited to 'src/utils/files.h')
-rw-r--r--src/utils/files.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/files.h b/src/utils/files.h
index b7b5bbc31..9363f96da 100644
--- a/src/utils/files.h
+++ b/src/utils/files.h
@@ -56,6 +56,9 @@ namespace Files
const std::string &restrict pTo);
void getFiles(const std::string &path, StringVect &list);
+
+ void getFilesWithDir(const std::string &restrict path,
+ StringVect &restrict list);
} // namespace Files
#endif // UTILS_FILES_H