Remove unneeded forward declaration

pull/2520/head
Nelsson Huotari 5 years ago
parent 4a2d8aaf97
commit c2428bc5fa

@ -18,11 +18,6 @@ namespace VFS
class Manager;
}
namespace CSVRender
{
class TerrainStorage;
}
namespace ESMTerrain
{
@ -62,7 +57,7 @@ namespace ESMTerrain
typedef std::map<std::pair<int, int>, osg::ref_ptr<const LandObject> > Map;
Map mMap;
};
/// @brief Feeds data from ESM terrain records (ESM::Land, ESM::LandTexture)
/// into the terrain component, converting it on the fly as needed.
class Storage : public Terrain::Storage

Loading…
Cancel
Save