forked from Mirror/wren
6 lines
176 B
C
6 lines
176 B
C
|
|
#include "wren.h"
|
||
|
|
|
||
|
|
WrenForeignMethodFn foreignClassBindMethod(const char* signature);
|
||
|
|
void foreignClassBindClass(
|
||
|
|
const char* className, WrenForeignClassMethods* methods);
|