2
0
Эх сурвалжийг харах

Added c2mx2.json to chipmunk.

Mark Sibly 9 жил өмнө
parent
commit
51106972dd

+ 27 - 0
modules/chipmunk/c2mx2.json

@@ -0,0 +1,27 @@
+{
+	"inputFile":"Chipmunk7/include/chipmunk/chipmunk.h",
+	
+	"outputFile":"chipmunk_extern.monkey2",
+	
+	"excludeFiles":[
+	],
+
+	"clangArgs":[
+		"-Xclang",
+		"-IChipmunk7/include"
+	],
+	
+	"header":[
+		"",
+		"'***** Auto generated by c2mx2! *****",
+		"",
+		"Namespace chipmunk",
+		"",
+		"#Import \"<libc>\"",
+		"",
+		"#Import \"Chipmunk7/include/*.h\"",
+		"#Import \"<chipmunk/chipmunk.h>\"",
+		"",
+		"Extern"
+	]
+}

+ 6 - 0
modules/chipmunk/chipmunk_extern.monkey2

@@ -1,7 +1,13 @@
+
+'***** Auto generated by c2mx2! *****
+
 Namespace chipmunk
+
 #Import "<libc>"
+
 #Import "Chipmunk7/include/*.h"
 #Import "<chipmunk/chipmunk.h>"
+
 Extern
 
 '***** File: Chipmunk7/include/chipmunk/chipmunk.h *****