mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 00:45:39 -04:00
Remove unneeded forward declaration
This commit is contained in:
parent
4a2d8aaf97
commit
c2428bc5fa
@ -18,11 +18,6 @@ namespace VFS
|
|||||||
class Manager;
|
class Manager;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace CSVRender
|
|
||||||
{
|
|
||||||
class TerrainStorage;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace ESMTerrain
|
namespace ESMTerrain
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -62,7 +57,7 @@ namespace ESMTerrain
|
|||||||
typedef std::map<std::pair<int, int>, osg::ref_ptr<const LandObject> > Map;
|
typedef std::map<std::pair<int, int>, osg::ref_ptr<const LandObject> > Map;
|
||||||
Map mMap;
|
Map mMap;
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @brief Feeds data from ESM terrain records (ESM::Land, ESM::LandTexture)
|
/// @brief Feeds data from ESM terrain records (ESM::Land, ESM::LandTexture)
|
||||||
/// into the terrain component, converting it on the fly as needed.
|
/// into the terrain component, converting it on the fly as needed.
|
||||||
class Storage : public Terrain::Storage
|
class Storage : public Terrain::Storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user