Go to the source code of this file.
Namespaces | |
namespace | Gosu |
Classes | |
class | Gosu::Image |
Provides functionality for drawing rectangular images. More... | |
Functions | |
template<typename Container> | |
void | Gosu::imagesFromTiledBitmap (Graphics &graphics, const std::wstring &filename, int tileWidth, int tileHeight, bool hardBorders, Container &appendTo) |
template<typename Container> | |
void | Gosu::imagesFromTiledBitmap (Graphics &graphics, const Bitmap &bmp, int tileWidth, int tileHeight, bool hardBorders, Container &appendTo) |