Functions | |
| EXPORT int | create_underground_line (OBJECT **obj, OBJECT *parent) |
| REQUIRED: allocate and initialize an object. | |
| void | underground_line::recalc (void) |
| EXPORT int create_underground_line | ( | OBJECT ** | obj, | |
| OBJECT * | parent | |||
| ) |
REQUIRED: allocate and initialize an object.
| obj | a pointer to a pointer of the last object in the list | |
| parent | a pointer to the parent of this object |
Definition at line 1409 of file underground_line.cpp.
| void underground_line::recalc | ( | void | ) | [inherited] |
Definition at line 278 of file underground_line.cpp.