diff options
Diffstat (limited to 'al/effect.h')
-rw-r--r-- | al/effect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/al/effect.h b/al/effect.h index a1d43313..3d05e692 100644 --- a/al/effect.h +++ b/al/effect.h @@ -50,6 +50,8 @@ struct ALeffect { /* Self ID */ ALuint id{0u}; + static void SetName(ALCcontext *context, ALuint id, std::string_view name); + DISABLE_ALLOC() }; |