* Returns the list of polylines in the resource set. * @return Pointer to the list of polylines. */
| 129 | * @return Pointer to the list of polylines. |
| 130 | */ |
| 131 | std::list<Polyline*> *ResourcePack::getPolylines() |
| 132 | { |
| 133 | return &_polylines; |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Returns a specific music from the resource set. |