diff options
| author | SulfurNitride <lukew19@proton.me> | 2026-06-24 22:37:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-24 22:37:19 -0500 |
| commit | e4fefc7f186a77174c93d6894b5c9252785b98cc (patch) | |
| tree | 1cfd7d2b23cfeb8b8792ea93621600013974527f /libs/plugin_python/src/mobase/wrappers/pyplugins.h | |
| parent | 1be46fbb193010d6a5d1ea79167eca08a99e8d4c (diff) | |
| parent | e490b76e6ca5c5bbc52429a2cf16b7fe91fffc09 (diff) | |
Merge pull request #108 from tristan-iu/openmw-support
OpenMW support
Diffstat (limited to 'libs/plugin_python/src/mobase/wrappers/pyplugins.h')
| -rw-r--r-- | libs/plugin_python/src/mobase/wrappers/pyplugins.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/plugin_python/src/mobase/wrappers/pyplugins.h b/libs/plugin_python/src/mobase/wrappers/pyplugins.h index 1480690..cd33e96 100644 --- a/libs/plugin_python/src/mobase/wrappers/pyplugins.h +++ b/libs/plugin_python/src/mobase/wrappers/pyplugins.h @@ -434,6 +434,10 @@ namespace mo2::python { { PYBIND11_OVERRIDE(bool, IPluginGame, isNativeLinux, ); } + bool usesVFS() const override + { + PYBIND11_OVERRIDE(bool, IPluginGame, usesVFS, ); + } QIcon gameIcon() const override { PYBIND11_OVERRIDE_PURE(QIcon, IPluginGame, gameIcon, ); |
