* Returns the list of polygons in the resource set. * @return Pointer to the list of polygons. */
| 120 | * @return Pointer to the list of polygons. |
| 121 | */ |
| 122 | std::list<Polygon*> *ResourcePack::getPolygons() |
| 123 | { |
| 124 | return &_polygons; |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Returns the list of polylines in the resource set. |
no outgoing calls
no test coverage detected