#include <surface.h>
Inherited by _classes_ [private].
Inheritance diagram for World:


Public Methods | |
| void | fixBoltCollideOrder () |
| ~World () | |
| World () | |
Public Attributes | |
| std::vector< Surface * > | surfaces |
| the vector of all Surface s. WARNING: This contains Surface pointers! More... | |
| IdTable< Spectre > | table |
| The list of all Spectre s in the World . More... | |
| std::vector< int > | freeSurfaces |
| These are unused Surface s in the list. More... | |
Private Methods | |
| World (const World &) | |
|
|
00027 {
00028 }
|
|
|
|
|
|
00043 {}
|
|
|
|
|
|
These are unused Surface s in the list.
|
|
|
the vector of all Surface s. WARNING: This contains Surface pointers!
|
|
|
The list of all Spectre s in the World .
|
1.2.15