aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alstring.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-10-04 03:17:52 -0700
committerChris Robinson <[email protected]>2015-10-04 16:41:54 -0700
commit074983b19c4a838f1a26cfa5afb879808dfc2fd1 (patch)
treec62cfc974d818e467614f6997cbf01e74801bac2 /Alc/alstring.h
parent70fbc2b1ff254295338c6d42b41d9fdb43b02d8f (diff)
Implement SearchDataFiles for Windows
Diffstat (limited to 'Alc/alstring.h')
-rw-r--r--Alc/alstring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/alstring.h b/Alc/alstring.h
index 5cbb6ac5..f53d2c57 100644
--- a/Alc/alstring.h
+++ b/Alc/alstring.h
@@ -41,6 +41,8 @@ void al_string_append_range(al_string *str, const al_string_char_type *from, con
#include <wchar.h>
/* Windows-only methods to deal with WideChar strings. */
void al_string_copy_wcstr(al_string *str, const wchar_t *from);
+void al_string_append_wcstr(al_string *str, const wchar_t *from);
+void al_string_append_wrange(al_string *str, const wchar_t *from, const wchar_t *to);
#endif
#endif /* ALSTRING_H */