fx.reflection: fix linux compilation

This commit is contained in:
2026-05-29 20:20:19 +01:00
parent 34a8ccff95
commit 2d396ee071
2 changed files with 199 additions and 68 deletions
@@ -32,6 +32,6 @@ extern void callvm_push(struct callvm *vm, const fx_value *value);
extern fx_value callvm_invoke(
struct callvm *vm,
fx_function_impl impl,
fx_value_type return_type);
fx_type_id return_type);
#endif