#include "OSDLVideoRenderer.h"#include "OSDLVideoTypes.h"#include "OSDLPalette.h"#include "Ceylan.h"#include <string>
Go to the source code of this file.
Classes | |
| class | OSDL::Rendering::TileMapException |
| Exception raised when a sprite operation failed. More... | |
| class | OSDL::Rendering::TileMap |
| A tilemap is a (rectangular) array of index to tile definitions. More... | |
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Rendering |
Typedefs | |
| typedef Ceylan::Uint8 | OSDL::Rendering::TileCount |
| Describes a number of tiles in a tilemap. | |
| typedef Ceylan::Uint16 | OSDL::Rendering::TileNumber |
| Describes a number of tiles in a tile block, like a tile cache. | |
| typedef Ceylan::Uint8 | OSDL::Rendering::TileIndex |
| Describes a tile index, in a stored tile map. | |
| typedef Ceylan::Uint8 | OSDL::Rendering::TileLength |
| Describes a length (width or height) of a tile, in pixels. | |
| typedef OSDL::Video::ColorIndex | OSDL::Rendering::TileDefinition [TileWidth][TileHeight] |
| Describes a tile definition, a TileWidth x TileHeight matrix of color index to a palette. | |
Variables | |
| const TileLength | OSDL::Rendering::TileWidth = 8 |
| The width of a tile. | |
| const TileLength | OSDL::Rendering::TileHeight = 8 |
| The height of a tile. | |
1.6.3