Test
This commit is contained in:
4
shared/LoadImage.h
Normal file
4
shared/LoadImage.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#include <windows.h>
|
||||
|
||||
HBITMAP LoadPNGResource(HINSTANCE hInstance, LPWSTR resourceName, LPWSTR resourceType);
|
||||
BOOL ScaleAndWriteToBMP(HBITMAP hBitmap, DWORD width, DWORD height, LPWSTR outputPath);
|
Reference in New Issue
Block a user