You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
309 B
C++
16 lines
309 B
C++
#ifndef OPENMW_ESSIMPORT_CONVERTPLAYER_H
|
|
#define OPENMW_ESSIMPORT_CONVERTPLAYER_H
|
|
|
|
#include "importplayer.hpp"
|
|
|
|
#include <components/esm/player.hpp>
|
|
|
|
namespace ESSImport
|
|
{
|
|
|
|
void convertPCDT(const PCDT& pcdt, ESM::Player& out, std::vector<std::string>& outDialogueTopics, bool& firstPersonCam);
|
|
|
|
}
|
|
|
|
#endif
|