api__bmp.h 232 B

12345678910
  1. #ifndef NULLSOFT_BMP_API_H
  2. #define NULLSOFT_BMP_API_H
  3. #include <api/service/api_service.h>
  4. #include <api/memmgr/api_memmgr.h>
  5. extern api_memmgr *memoryManager;
  6. #define WASABI_API_MEMMGR memoryManager
  7. #endif // !NULLSOFT_BMP_API_H