mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
5 lines
167 B
C
5 lines
167 B
C
|
|
#include "wren.h"
|
||
|
|
|
||
|
|
WrenForeignMethodFn resolutionBindMethod(const char* signature);
|
||
|
|
void resolutionBindClass(const char* className, WrenForeignClassMethods* methods);
|