api__h264.h 290 B

12345678910111213
  1. #ifndef NULLSOFT_APIH
  2. #define NULLSOFT_APIH
  3. #include <api/service/api_service.h>
  4. #include <api/memmgr/api_memmgr.h>
  5. extern api_memmgr *memmgrApi;
  6. #define WASABI_API_MEMMGR memmgrApi
  7. #include "../winamp/api_winamp.h"
  8. extern api_winamp *winampApi;
  9. #define AGAVE_API_WINAMP winampApi
  10. #endif