diff options
Diffstat (limited to 'Src/theora/api.h')
-rw-r--r-- | Src/theora/api.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/theora/api.h b/Src/theora/api.h new file mode 100644 index 00000000..6555c035 --- /dev/null +++ b/Src/theora/api.h @@ -0,0 +1,5 @@ +#pragma once + +#include <api/service/api_service.h> +extern api_service *serviceManager; +#define WASABI_API_SVC serviceManager |