aboutsummaryrefslogtreecommitdiff
path: root/libs/plugin_python/src/mobase/wrappers/pyplugins.h
diff options
context:
space:
mode:
authorSulfurNitride <lukew19@proton.me>2026-06-24 22:37:19 -0500
committerGitHub <noreply@github.com>2026-06-24 22:37:19 -0500
commite4fefc7f186a77174c93d6894b5c9252785b98cc (patch)
tree1cfd7d2b23cfeb8b8792ea93621600013974527f /libs/plugin_python/src/mobase/wrappers/pyplugins.h
parent1be46fbb193010d6a5d1ea79167eca08a99e8d4c (diff)
parente490b76e6ca5c5bbc52429a2cf16b7fe91fffc09 (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.h4
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, );