Skip to content
Snippets Groups Projects
Commit 8bfdc86b authored by wz's avatar wz
Browse files

Added missing file for Py++ wrapper.

parent 167f47c7
No related branches found
No related tags found
No related merge requests found
######
## 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment