aboutsummaryrefslogtreecommitdiff
path: root/libs/game_gamebryo/src/gamebryo/gamebryoscriptextender.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/game_gamebryo/src/gamebryo/gamebryoscriptextender.h')
-rw-r--r--libs/game_gamebryo/src/gamebryo/gamebryoscriptextender.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/libs/game_gamebryo/src/gamebryo/gamebryoscriptextender.h b/libs/game_gamebryo/src/gamebryo/gamebryoscriptextender.h
deleted file mode 100644
index 7ab4f1d..0000000
--- a/libs/game_gamebryo/src/gamebryo/gamebryoscriptextender.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef GAMEBRYOSCRIPTEXTENDER_H
-#define GAMEBRYOSCRIPTEXTENDER_H
-
-#include "scriptextender.h"
-
-class GameGamebryo;
-
-class GamebryoScriptExtender : public MOBase::ScriptExtender
-{
-public:
- GamebryoScriptExtender(GameGamebryo const* game);
-
- virtual ~GamebryoScriptExtender();
-
- virtual QString loaderName() const override;
-
- virtual QString loaderPath() const override;
-
- virtual QString savegameExtension() const override;
-
- virtual bool isInstalled() const override;
-
- virtual QString getExtenderVersion() const override;
-
- virtual WORD getArch() const override;
-
-protected:
- GameGamebryo const* const m_Game;
-};
-
-#endif // GAMEBRYOSCRIPTEXTENDER_H