|
|
@ -24,11 +24,12 @@ distribution.
|
|
|
|
|
|
|
|
|
|
|
|
#include "DFCommonInternal.h"
|
|
|
|
#include "DFCommonInternal.h"
|
|
|
|
#include "../private/APIPrivate.h"
|
|
|
|
#include "../private/APIPrivate.h"
|
|
|
|
#include "modules/Materials.h"
|
|
|
|
#include "DFTypes.h"
|
|
|
|
#include "modules/Items.h"
|
|
|
|
|
|
|
|
#include "DFMemInfo.h"
|
|
|
|
#include "DFMemInfo.h"
|
|
|
|
#include "DFProcess.h"
|
|
|
|
#include "DFProcess.h"
|
|
|
|
#include "DFVector.h"
|
|
|
|
#include "DFVector.h"
|
|
|
|
|
|
|
|
#include "modules/Materials.h"
|
|
|
|
|
|
|
|
#include "modules/Items.h"
|
|
|
|
|
|
|
|
|
|
|
|
using namespace DFHack;
|
|
|
|
using namespace DFHack;
|
|
|
|
|
|
|
|
|
|
|
@ -263,4 +264,4 @@ std::string Items::getItemDescription(uint32_t itemptr, Materials * Materials)
|
|
|
|
out.append(" ");
|
|
|
|
out.append(" ");
|
|
|
|
out.append(this->getItemClass(item.matdesc.itemType));
|
|
|
|
out.append(this->getItemClass(item.matdesc.itemType));
|
|
|
|
return out;
|
|
|
|
return out;
|
|
|
|
}
|
|
|
|
}
|
|
|
|