1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:09:43 +00:00

Remove old references to Cell class.

This commit is contained in:
Atahualpa 2021-05-10 15:19:24 +02:00
parent 008bf64dd9
commit 6c49074765
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
#include <components/esm/loadland.hpp>
#include "cell.hpp"
#include "terrainselection.hpp"
CSVRender::DrawTerrainSelectionCommand::DrawTerrainSelectionCommand(TerrainSelection& terrainSelection, QUndoCommand* parent)

View file

@ -10,7 +10,6 @@ namespace ESM
namespace CSVRender
{
class Cell;
class TerrainSelection;