forked from Mirror/wren
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);
|