diff options
Diffstat (limited to 'Alc/alstring.h')
-rw-r--r-- | Alc/alstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/alstring.h b/Alc/alstring.h index a7513516..e10811da 100644 --- a/Alc/alstring.h +++ b/Alc/alstring.h @@ -43,6 +43,7 @@ void alstr_append_range(al_string *str, const al_string_char_type *from, const a /* Windows-only methods to deal with WideChar strings. */ void alstr_copy_wcstr(al_string *str, const wchar_t *from); void alstr_append_wcstr(al_string *str, const wchar_t *from); +void alstr_copy_wrange(al_string *str, const wchar_t *from, const wchar_t *to); void alstr_append_wrange(al_string *str, const wchar_t *from, const wchar_t *to); #endif |