super duper hacky shit

This commit is contained in:
Gregor Lohaus
2026-05-29 00:05:09 +02:00
parent f75b8c29e0
commit f9454b28db
2 changed files with 23 additions and 17 deletions

View File

@@ -0,0 +1,23 @@
{
"foreign": {
"downcalls": [
{
"returnType": "void",
"parameterTypes": [
"void*",
"void*"
]
},
{
"returnType": "int",
"parameterTypes": [
"void*",
"void*",
"void*",
"size_t",
"void*"
]
}
]
}
}

View File

@@ -213,23 +213,6 @@
"int", "int",
"void*" "void*"
] ]
},
{
"returnType": "void",
"parameterTypes": [
"void*",
"void*"
]
},
{
"returnType": "int",
"parameterTypes": [
"void*",
"void*",
"void*",
"size_t",
"void*"
]
} }
] ]
} }