c2mx2.json 386 B

123456789101112131415161718192021222324
  1. {
  2. "inputFile":"Chipmunk7/include/chipmunk/chipmunk.h",
  3. "outputFile":"chipmunk_extern.monkey2",
  4. "clangArgs":[
  5. "-Xclang",
  6. "-IChipmunk7/include"
  7. ],
  8. "header":[
  9. "",
  10. "'***** Auto generated by c2mx2! *****",
  11. "",
  12. "Namespace chipmunk",
  13. "",
  14. "#Import \"<libc>\"",
  15. "",
  16. "#Import \"Chipmunk7/include/*.h\"",
  17. "#Import \"<chipmunk/chipmunk.h>\"",
  18. "",
  19. "Extern"
  20. ]
  21. }