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