libnolimits
1.0.0-beta
A NoLimits Roller Coaster 1 and 2 Library written in C++, which provides functionality to manipulate and create NoLimits 2 Parks or NoLimits 1 Tracks programmatically.
|
#include <Car.h>
Public Member Functions | |
Car () | |
void | debug () |
IndividualColor * | getIndividualColor () const |
void | setIndividualColor (IndividualColor *value) |
Private Attributes | |
IndividualColor * | individualColor |
|
inline |
|
inlinevirtual |
Reimplemented from NoLimits::Stream::Chunk.
IndividualColor * NoLimits::NoLimits2::Car::getIndividualColor | ( | ) | const |
void NoLimits::NoLimits2::Car::setIndividualColor | ( | IndividualColor * | value | ) |
|
private |