Tile::ImageSpec Struct Reference

#include <tile.hpp>

List of all members.

Public Member Functions

 ImageSpec (const std::string &newfile, const Rectf &newrect)

Public Attributes

std::string file
Rectf rect


Detailed Description

Definition at line 86 of file tile.hpp.


Constructor & Destructor Documentation

Tile::ImageSpec::ImageSpec ( const std::string &  newfile,
const Rectf newrect 
) [inline]

Definition at line 87 of file tile.hpp.

00088       : file(newfile), rect(newrect)
00089     { }


Member Data Documentation

std::string Tile::ImageSpec::file

Definition at line 91 of file tile.hpp.

Rectf Tile::ImageSpec::rect

Definition at line 92 of file tile.hpp.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 9 03:38:37 2014 for SuperTux by  doxygen 1.5.1