supertux
Public Member Functions | List of all members
LevelTransformer Class Referenceabstract

This class is an abstract interface for algorithms that transform levels in some way before they are played. More...

#include <level_transformer.hpp>

Inheritance diagram for LevelTransformer:
Inheritance graph
[legend]

Public Member Functions

virtual void transform (Level &level)
 transform a complete Level, the standard implementation just calls transformSector on each sector in the level.
 
virtual void transform_sector (Sector &sector)=0
 

Detailed Description

This class is an abstract interface for algorithms that transform levels in some way before they are played.


The documentation for this class was generated from the following files: