mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Missing includes and fix names in bindings.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <isavegame.h>
|
||||
#include <isavegameinfowidget.h>
|
||||
|
||||
#include "ifiletree.h"
|
||||
#include "pythonwrapperutilities.h"
|
||||
|
||||
/////////////////////////////
|
||||
@@ -305,7 +306,7 @@ void registerGameFeaturesPythonConverters()
|
||||
|
||||
modDataCheckerClass
|
||||
.def("dataLooksValid", bpy::pure_virtual(&ModDataChecker::dataLooksValid))
|
||||
.def("dataLooksValid", bpy::pure_virtual(&ModDataChecker::dataLooksValid))
|
||||
.def("fix", bpy::pure_virtual(&ModDataChecker::fix))
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user