|
|
|
@ -7,9 +7,9 @@
|
|
|
|
|
#include "DFMemInfo.h"
|
|
|
|
|
#include "DFProcess.h"
|
|
|
|
|
|
|
|
|
|
#include "modules/Materials.h"
|
|
|
|
|
#include "modules/Creatures.h"
|
|
|
|
|
#include "modules/Maps.h"
|
|
|
|
|
#include "modules/Materials.h"
|
|
|
|
|
#include "modules/Position.h"
|
|
|
|
|
#include "modules/Translation.h"
|
|
|
|
|
#include "modules/Vegetation.h"
|
|
|
|
@ -59,4 +59,4 @@ void APIPrivate::readName(t_name & name, uint32_t address)
|
|
|
|
|
p->readSTLString(address + name_firstname_offset , name.first_name, 128);
|
|
|
|
|
p->readSTLString(address + name_nickname_offset , name.nickname, 128);
|
|
|
|
|
p->read(address + name_words_offset ,48, (uint8_t *) name.words);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|