Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plugin.

This commit is contained in:
Thomas Tanner
2015-11-22 08:42:42 +00:00
parent cb5d3b4e62
commit 47e25da95e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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))
;