diff options
author | Chris Robinson <[email protected]> | 2017-06-28 16:48:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-28 17:02:43 -0700 |
commit | 9fd7349220223c90e4476030f55a033eb3a37dbd (patch) | |
tree | 1763bf91fdd3c2f06e860014a18a5b7e608fb9ee /router/router.h | |
parent | cfec20830bca1bdb1bdef5d7429c946fde881d77 (diff) |
Add forwarding for the AL functions
Diffstat (limited to 'router/router.h')
-rw-r--r-- | router/router.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/router/router.h b/router/router.h index ee20bc17..57a32d9a 100644 --- a/router/router.h +++ b/router/router.h @@ -7,6 +7,7 @@ #include "AL/alc.h" #include "AL/al.h" +#include "atomic.h" typedef struct DriverIface { @@ -112,4 +113,7 @@ typedef struct DriverIface { extern DriverIface *DriverList; extern int DriverListSize; +extern ATOMIC(DriverIface*) CurrentCtxDriver; + + #endif /* ROUTER_ROUTER_H */ |