Files
wren/test/api/reset_stack_after_foreign_construct.h

5 lines
184 B
C
Raw Normal View History

#include "wren.h"
void resetStackAfterForeignConstructBindClass(
const char* className, WrenForeignClassMethods* methods);
int resetStackAfterForeignConstructRunTests(WrenVM* vm);