#include <world.h>
Public Member Functions | |
bool | loadFromFile (char *filename) |
Loads the bridge from a file. | |
bool | saveToFile (char *filename) |
Saves the current bridge to a file. | |
Public Attributes | |
Bridge | bridge |
The bridge. | |
vector< vertex > | horizon |
The horizon. | |
Train | train |
The Train. |
|
Loads the bridge from a file.
|
|
Saves the current bridge to a file.
|