diff options
author | Chris Robinson <[email protected]> | 2017-06-28 16:41:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-28 16:41:38 -0700 |
commit | cfec20830bca1bdb1bdef5d7429c946fde881d77 (patch) | |
tree | 714b918e5d84e88f8947137c0be1ea7ab7d02d89 /router/alc.c | |
parent | ebee8da05cc02fa8da0cbdc47dd9f379e20b962a (diff) |
Load driver dlls in the router
Diffstat (limited to 'router/alc.c')
-rw-r--r-- | router/alc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/router/alc.c b/router/alc.c index 45cacabe..35572b65 100644 --- a/router/alc.c +++ b/router/alc.c @@ -4,6 +4,7 @@ #include <stddef.h> #include "AL/alc.h" +#include "router.h" ALC_API ALCdevice* ALC_APIENTRY alcOpenDevice(const ALCchar *devicename) |