diff options
Diffstat (limited to 'libs/game_bethesda/src/games/falloutnv/falloutnvscriptextender.h')
| -rw-r--r-- | libs/game_bethesda/src/games/falloutnv/falloutnvscriptextender.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/game_bethesda/src/games/falloutnv/falloutnvscriptextender.h b/libs/game_bethesda/src/games/falloutnv/falloutnvscriptextender.h new file mode 100644 index 0000000..9db160f --- /dev/null +++ b/libs/game_bethesda/src/games/falloutnv/falloutnvscriptextender.h @@ -0,0 +1,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 |
