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