2025-04-27 07:49:33 -04:00

12 lines
153 B
C

// bitmap.h : definition file
//
#ifndef __BITMAP__H__
#define __BITMAP__H__
HBITMAP CopyBitmap(HBITMAP hbm);
#endif //__BITMAP__H__