Hosting courtesy of Sourceforge

SourceForge Logo
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Graphics::Drawable Class Reference

#include <draw.h>

Inheritance diagram for Graphics::Drawable:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual void draw (SDL_Surface *screen)=0

Detailed Description

Interface for things that can be drawn on an SDL_Surface
Drawable objects typically keep their own location privately

Definition at line 40 of file draw.h.


Constructor & Destructor Documentation

virtual Graphics::Drawable::~Drawable   [virtual]
 

Definition at line 44 of file draw.h.


Member Function Documentation

virtual void Graphics::Drawable::draw SDL_Surface *    screen [pure virtual]
 

Draw on the specific surface screen

Reimplemented in Game::Bomb, and Game::AbstractPlayer.


The documentation for this class was generated from the following file:
Generated on Tue May 21 07:26:55 2002 for BomberLAN by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001