diff options
Diffstat (limited to 'Src/Wasabi/api/wac/papi.h')
-rw-r--r-- | Src/Wasabi/api/wac/papi.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Src/Wasabi/api/wac/papi.h b/Src/Wasabi/api/wac/papi.h new file mode 100644 index 00000000..73ac11d7 --- /dev/null +++ b/Src/Wasabi/api/wac/papi.h @@ -0,0 +1,12 @@ +#ifndef _PAPI_H +#define _PAPI_H + +class ComponentAPI; +class WaComponent; + +namespace PAPI { + ComponentAPI *createAPI(WaComponent *, GUID owner, GUID*config=NULL); + void destroyAPI(ComponentAPI *); +}; + +#endif |