File evabStretchBarPxResources.h¶
File List > src > evabStretchBarPxResources.h
Go to the documentation of this file
#pragma once
namespace evab
{
class VerticalProgressBarTileset
{
public:
static const unsigned char *GetTile(unsigned char blockType, unsigned char fillNumber);
};
class HorizontalProgressBarTileset
{
public:
static const unsigned char *GetTile(unsigned char blockType, unsigned char fillNumber);
};
class VerticalScrollBarTileset
{
public:
static const unsigned char *GetTile(unsigned char blockType, unsigned char fillNumber);
};
class HorizontalScrollBarTileset
{
public:
static const unsigned char *GetTile(unsigned char blockType, unsigned char fillNumber);
};
};