1
0

papi.h 208 B

123456789101112
  1. #ifndef _PAPI_H
  2. #define _PAPI_H
  3. class ComponentAPI;
  4. class WaComponent;
  5. namespace PAPI {
  6. ComponentAPI *createAPI(WaComponent *, GUID owner, GUID*config=NULL);
  7. void destroyAPI(ComponentAPI *);
  8. };
  9. #endif