Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
20
Src/Wasabi/api/imgldr/api_imgldr.cpp
Normal file
20
Src/Wasabi/api/imgldr/api_imgldr.cpp
Normal file
|
@ -0,0 +1,20 @@
|
|||
#include <precomp.h>
|
||||
#include "api_imgldr.h"
|
||||
|
||||
#ifdef CBCLASS
|
||||
#undef CBCLASS
|
||||
#endif
|
||||
#define CBCLASS imgldr_apiI
|
||||
START_DISPATCH;
|
||||
CB(IMGLDR_API_MAKEBMP, imgldr_makeBmp);
|
||||
#ifdef _WIN32
|
||||
CB(IMGLDR_API_MAKEBMP2, imgldr_makeBmp2);
|
||||
#endif
|
||||
VCB(IMGLDR_API_RELEASEBMP, imgldr_releaseBmp);
|
||||
#ifdef WASABI_COMPILE_SKIN
|
||||
CB(IMGLDR_API_REQUESTSKINBITMAP, imgldr_requestSkinBitmap);
|
||||
CB(IMGLDR_API_REQUESTSKINREGION, imgldr_requestSkinRegion);
|
||||
VCB(IMGLDR_API_CACHESKINREGION, imgldr_cacheSkinRegion);
|
||||
VCB(IMGLDR_API_RELEASESKINBITMAP, imgldr_releaseSkinBitmap);
|
||||
#endif //WASABI_COMPILE_SKIN
|
||||
END_DISPATCH;
|
Loading…
Add table
Add a link
Reference in a new issue