mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:55:45 -04:00
Initial community commit
This commit is contained in:
10
Src/bmp/api__bmp.h
Normal file
10
Src/bmp/api__bmp.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef NULLSOFT_BMP_API_H
|
||||
#define NULLSOFT_BMP_API_H
|
||||
|
||||
#include <api/service/api_service.h>
|
||||
|
||||
#include <api/memmgr/api_memmgr.h>
|
||||
extern api_memmgr *memoryManager;
|
||||
#define WASABI_API_MEMMGR memoryManager
|
||||
|
||||
#endif // !NULLSOFT_BMP_API_H
|
Reference in New Issue
Block a user