c2mx2.json 473 B

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