pybindgen
pybindgen copied to clipboard
Need usage help
Hello there I am trying to use this project to generate bindings to libsm64 the generate script I am using is https://pastebin.com/WtWWLZs5 and the setup.py script runs the my_module_gen function
when running I get a load of errors (here is the log file)
log.txt
mostly telling that delete is a type name and to prefix some new structs with struct and mising ;
any help would be apprecieated