* Gets the surfaces in this dataset. * @return Pointer to the surfaceset. */
| 90 | * @return Pointer to the surfaceset. |
| 91 | */ |
| 92 | SurfaceSet *MapDataSet::getSurfaceset() const |
| 93 | { |
| 94 | return _surfaceSet; |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Loads terrain data in XCom format (MCD & PCK files). |
no outgoing calls
no test coverage detected