We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7288b34 commit 38d687cCopy full SHA for 38d687c
1 file changed
src/mobase/pybind11_all.h
@@ -18,7 +18,6 @@
18
#include "pybind11_utils/smart_variant_wrapper.h"
19
20
#include <uibase/game_features/game_feature.h>
21
-#include <uibase/iprofile.h>
22
#include <uibase/isavegame.h>
23
#include <uibase/pluginrequirements.h>
24
@@ -141,7 +140,6 @@ namespace mo2::python {
141
140
} // namespace mo2::python
142
143
MO2_PYBIND11_SHARED_CPP_HOLDER(MOBase::IPluginRequirement)
144
-MO2_PYBIND11_SHARED_CPP_HOLDER(MOBase::IProfile)
145
MO2_PYBIND11_SHARED_CPP_HOLDER(MOBase::ISaveGame)
146
MO2_PYBIND11_SHARED_CPP_HOLDER(MOBase::GameFeature)
147
0 commit comments