mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plugin.
This commit is contained in:
@@ -706,7 +706,7 @@ BOOST_PYTHON_MODULE(mobase)
|
||||
bpy::class_<PluginSetting>("PluginSetting", bpy::init<const QString&, const QString&, const QVariant&>());
|
||||
|
||||
bpy::class_<IGameInfoWrapper, boost::noncopyable>("GameInfo")
|
||||
.def("type", bpy::pure_virtual(&IGameInfo::type))
|
||||
// .def("type", bpy::pure_virtual(&IGameInfo::type))
|
||||
// .def("path", bpy::pure_virtual(&IGameInfo::path))
|
||||
// .def("binaryName", bpy::pure_virtual(&IGameInfo::binaryName))
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user