aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/falloutnv/falloutnvscriptextender.h
blob: 9db160ffa32d92ae23570a01be151a5279f69a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef FALLOUTNVSCRIPTEXTENDER_H
#define FALLOUTNVSCRIPTEXTENDER_H

#include "gamebryoscriptextender.h"

class GameGamebryo;

class FalloutNVScriptExtender : public GamebryoScriptExtender
{
public:
  FalloutNVScriptExtender(const GameGamebryo* game);

  virtual QString BinaryName() const override;
  virtual QString PluginPath() const override;
};

#endif  // FALLOUTNVSCRIPTEXTENDER_H