diff --git a/contrib/niflib/pyplusplus/wrapper_config.py b/contrib/niflib/pyplusplus/wrapper_config.py
new file mode 100644
index 0000000000000000000000000000000000000000..e06aa46e055f30e101e102712b9eb7a43fd5a887
--- /dev/null
+++ b/contrib/niflib/pyplusplus/wrapper_config.py
@@ -0,0 +1,13 @@
+######
+## Configure pyNiflib
+######
+
+# The path to the Niflib folder
+niflib_path = "../niflib"
+
+# Internal containers - those are not typedef'd
+internal_containers = \
+[
+	"std::map<Niflib::Ref<Niflib::NiObject>,unsigned int,std::less<Niflib::Ref<Niflib::NiObject> >,std::allocator<std::pair<const Niflib::Ref<Niflib::NiObject>, unsigned int> > >",
+	"std::list<unsigned int,std::allocator<unsigned int> >"
+]
\ No newline at end of file