mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-05 15:40:10 +00:00
Further clean up of moving out NpcAutoCalc from Data.
This commit is contained in:
parent
04c5c0d82a
commit
a38881e4cf
@ -18,7 +18,6 @@
|
||||
#include "resourcesmanager.hpp"
|
||||
#include "resourcetable.hpp"
|
||||
#include "nestedcoladapterimp.hpp"
|
||||
#include "npcstats.hpp"
|
||||
#include "npcautocalc.hpp"
|
||||
|
||||
void CSMWorld::Data::addModel (QAbstractItemModel *model, UniversalId::Type type, bool update)
|
||||
|
@ -61,7 +61,6 @@ namespace CSMWorld
|
||||
{
|
||||
class ResourcesManager;
|
||||
class Resources;
|
||||
class NpcStats;
|
||||
class NpcAutoCalc;
|
||||
|
||||
class Data : public QObject
|
||||
@ -127,8 +126,6 @@ namespace CSMWorld
|
||||
|
||||
const Data& self ();
|
||||
|
||||
void clearNpcStatsCache ();
|
||||
|
||||
public:
|
||||
|
||||
Data (ToUTF8::FromType encoding, const ResourcesManager& resourcesManager);
|
||||
|
Loading…
x
Reference in New Issue
Block a user