Etterna 0.74.4
Loading...
Searching...
No Matches
WindowIcon.h
1/* Win32 helper - load an HICON */
2#ifndef WINDOW_ICON_H
3#define WINDOW_ICON_H
4
5#include <windows.h>
6struct RageSurface;
7
8HICON
9IconFromSurface(const RageSurface* pImg);
10HICON
11IconFromFile(const std::string& sIconFile);
12
13#endif
Definition RageSurface.h:90