add support for external modules
This commit is contained in:
parent
b6c60365ab
commit
fe58e511e6
7 changed files with 72 additions and 18 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
|
||||
static WrenForeignMethodFn
|
||||
bindForeignMethod(WrenVM *vm, const char *module, const char *className, bool isStatic, const char *signature);
|
||||
void interpret();
|
||||
void interpret(const char *name);
|
||||
|
||||
void add_item();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue