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