Adds C interface for AngelScriptResolver::DefineWord
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b3d0e8b0cf
commit
f9adc1e040
|
@ -50,3 +50,4 @@ export uint8_t PkmnLib_AngelScriptResolver_RegisterGlobalMethod(AngelScriptResol
|
||||||
void*(func)(void*)) {
|
void*(func)(void*)) {
|
||||||
Try(p->RegisterGlobalMethod(decl, func);)
|
Try(p->RegisterGlobalMethod(decl, func);)
|
||||||
}
|
}
|
||||||
|
export void PkmnLib_AngelScriptResolve_DefineWord(AngelScriptResolver* p, const char* word) { p->DefineWord(word); }
|
Loading…
Reference in New Issue