aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/nehrim/nehrimscriptextender.cpp
blob: c50c59ef6282f91f28d3017194dc66798d4f359e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "nehrimscriptextender.h"

#include <QString>
#include <QStringList>

NehrimScriptExtender::NehrimScriptExtender(GameGamebryo const* game)
    : GamebryoScriptExtender(game)
{}

NehrimScriptExtender::~NehrimScriptExtender() {}

QString NehrimScriptExtender::BinaryName() const
{
  return "obse_loader.exe";
}

QString NehrimScriptExtender::PluginPath() const
{
  return "obse/plugins";
}