diff options
Diffstat (limited to 'Src/aacdec/api.cpp')
-rw-r--r-- | Src/aacdec/api.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/aacdec/api.cpp b/Src/aacdec/api.cpp new file mode 100644 index 00000000..7072cfc3 --- /dev/null +++ b/Src/aacdec/api.cpp @@ -0,0 +1,5 @@ +#include "api.h" + +api_service *WASABI_API_SVC=0; +api_config *AGAVE_API_CONFIG=0; +api_memmgr *WASABI_API_MEMMGR=0; |