Files
wren/test/api/slots.h
T

5 lines
157 B
C
Raw Normal View History

2015-12-16 13:00:13 -08:00
#include "wren.h"
WrenForeignMethodFn slotsBindMethod(const char* signature);
void slotsBindClass(const char* className, WrenForeignClassMethods* methods);