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

#include "gamebryoscriptextender.h"

class GameGamebryo;

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

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

#endif  // FALLOUT4SCRIPTEXTENDER_H