openMSX
video
Icon.hh
Go to the documentation of this file.
1
#ifndef ICON_HH
2
#define ICON_HH
3
4
namespace
openmsx
{
5
6
struct
OpenMSX_Icon
7
{
8
unsigned
width
;
9
unsigned
height
;
10
unsigned
bytes_per_pixel
;
/* 3:RGB, 4:RGBA */
11
const
char
*
pixel_data
;
12
};
13
14
extern
const
OpenMSX_Icon
openMSX_icon
;
15
16
}
// namespace openmsx
17
18
#endif
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
openmsx::openMSX_icon
const OpenMSX_Icon openMSX_icon
Definition
Icon.cc:17
openmsx::OpenMSX_Icon
Definition
Icon.hh:7
openmsx::OpenMSX_Icon::pixel_data
const char * pixel_data
Definition
Icon.hh:11
openmsx::OpenMSX_Icon::width
unsigned width
Definition
Icon.hh:8
openmsx::OpenMSX_Icon::height
unsigned height
Definition
Icon.hh:9
openmsx::OpenMSX_Icon::bytes_per_pixel
unsigned bytes_per_pixel
Definition
Icon.hh:10
Generated on Thu Dec 19 2024 23:13:46 for openMSX by
1.9.8