Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue