diff options
author | Chris Robinson <[email protected]> | 2018-11-11 14:56:25 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-11 14:56:25 -0800 |
commit | 58a71a1a00b2cbacd00679f9136233dae23a7ca7 (patch) | |
tree | 17c4a0fda8177eff4e469a7f6ef8f25eb3a1c3dc /Alc/ALc.c | |
parent | d3c4bab7bb0590a976bc70301d655638b7ec0f51 (diff) |
Convert helpers.c to C++
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1589,6 +1589,11 @@ extern inline void UnlockBufferList(ALCdevice *device); extern inline ALsizei FrameSizeFromUserFmt(enum UserFmtChannels chans, enum UserFmtType type); extern inline ALsizei FrameSizeFromFmt(enum FmtChannels chans, enum FmtType type); +extern inline void alstr_reset(al_string *str); +extern inline size_t alstr_length(const_al_string str); +extern inline ALboolean alstr_empty(const_al_string str); +extern inline const al_string_char_type *alstr_get_cstr(const_al_string str); + /* ALCcontext_DeferUpdates * |