mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
5 lines
157 B
C
5 lines
157 B
C
#include "wren.h"
|
|
|
|
WrenForeignMethodFn slotsBindMethod(const char* signature);
|
|
void slotsBindClass(const char* className, WrenForeignClassMethods* methods);
|