R-Type
1.0.1.0
Rewrite of the R-Type game with networking ability
|
Public Member Functions | |
Tile (const std::string &name, sf::VertexArray &quad) | |
const std::string & | getName () const |
const sf::VertexArray & | getQuad () const |
Private Attributes | |
std::string | _name |
sf::VertexArray | _quad |