summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx/src/images.h
blob: 5c4cf010601874d9e2290c573c2f96331d7b990f (plain)
1
2
3
4
5
6
7
#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__

HICON BindOverlayIcon(HICON, int iIcon);
HICON MakeHalfAlphaIcon(HICON);

#endif // __IMAGE_UTILS_H__