diff options
author | Chris Robinson <[email protected]> | 2017-04-19 12:34:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-19 12:34:45 -0700 |
commit | 0407285c534392a9b1d96d4f57de26ff2be9671c (patch) | |
tree | eee3d7be926b1ff9694525c56a531d1bda394f53 /OpenAL32 | |
parent | f1be335486efacc7f1e99fd9e1974b59c5e8c160 (diff) |
Allocate a new context's voices after updating the device params
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 3a8aabde..34635773 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -3,6 +3,7 @@ #include <string.h> #include <stdio.h> +#include <stddef.h> #include <stdarg.h> #include <assert.h> #include <math.h> |