1
0
forked from Mirror/wren
Files
wren/test/api/user_data.h
Bob Nystrom 02bcefcbe4 Add test for user data.
Also moved the VM parameter in the error callback to be first like it
is in other callbacks.
2017-03-22 07:26:19 -07:00

4 lines
82 B
C

#include "wren.h"
WrenForeignMethodFn userDataBindMethod(const char* signature);