mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Also moved the VM parameter in the error callback to be first like it is in other callbacks.
4 lines
82 B
C
4 lines
82 B
C
#include "wren.h"
|
|
|
|
WrenForeignMethodFn userDataBindMethod(const char* signature);
|