diff options
Diffstat (limited to 'libs/game_bethesda/src/games/fallout4/fallout4scriptextender.h')
| -rw-r--r-- | libs/game_bethesda/src/games/fallout4/fallout4scriptextender.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/game_bethesda/src/games/fallout4/fallout4scriptextender.h b/libs/game_bethesda/src/games/fallout4/fallout4scriptextender.h new file mode 100644 index 0000000..b29df05 --- /dev/null +++ b/libs/game_bethesda/src/games/fallout4/fallout4scriptextender.h @@ -0,0 +1,17 @@ +#ifndef FALLOUT4SCRIPTEXTENDER_H +#define FALLOUT4SCRIPTEXTENDER_H + +#include "gamebryoscriptextender.h" + +class GameGamebryo; + +class Fallout4ScriptExtender : public GamebryoScriptExtender +{ +public: + Fallout4ScriptExtender(GameGamebryo const* game); + + virtual QString BinaryName() const override; + virtual QString PluginPath() const override; +}; + +#endif // FALLOUT4SCRIPTEXTENDER_H |
