diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-12 07:38:57 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-12 07:38:57 -0500 |
commit | d3792c499ce9e33f314e06d102d2a0119108e8d3 (patch) | |
tree | e613126367773a4077cb74c8e0994870df9db38a /include/common.h | |
parent | a2284d1c9be35744cb43a91148c82cff64be7a43 (diff) |
world linking xml'd
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 8552720..22ecb22 100644 --- a/include/common.h +++ b/include/common.h @@ -201,5 +201,6 @@ unsigned int millis(void); #endif // __WIN32__ int getdir(const char *dir, std::vector<std::string> &files); +void strVectorSortAlpha(std::vector<std::string> *v); #endif // COMMON_H |