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

#include <QString>
#include <QStringList>

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

QString Fallout3ScriptExtender::BinaryName() const
{
  return "fose_loader.exe";
}

QString Fallout3ScriptExtender::PluginPath() const
{
  return "fose/plugins";
}