openMSX
|
#include <Icon.hh>
Public Attributes | |
unsigned | width |
unsigned | height |
unsigned | bytes_per_pixel |
const char * | pixel_data |
unsigned openmsx::OpenMSX_Icon::bytes_per_pixel |
Definition at line 10 of file Icon.hh.
Referenced by openmsx::SDLVisibleSurfaceBase::createSurface().
unsigned openmsx::OpenMSX_Icon::height |
Definition at line 9 of file Icon.hh.
Referenced by openmsx::SDLVisibleSurfaceBase::createSurface().
const char* openmsx::OpenMSX_Icon::pixel_data |
Definition at line 11 of file Icon.hh.
Referenced by openmsx::SDLVisibleSurfaceBase::createSurface().
unsigned openmsx::OpenMSX_Icon::width |
Definition at line 8 of file Icon.hh.
Referenced by openmsx::SDLVisibleSurfaceBase::createSurface().