diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-28 11:40:45 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-28 11:40:45 +0500 |
| commit | 48faa910496b1b3811c2b52f16d5a76f38ca3e48 (patch) | |
| tree | 5fee26efe25bee28402b56fb29264ab575f758b5 /src/wren_inter/wren_inter.h | |
| parent | 2802c8e8bb987206da0991129e30f0c198cd8f37 (diff) | |
windows fix
Diffstat (limited to 'src/wren_inter/wren_inter.h')
| -rw-r--r-- | src/wren_inter/wren_inter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wren_inter/wren_inter.h b/src/wren_inter/wren_inter.h index a84323f..358dc1d 100644 --- a/src/wren_inter/wren_inter.h +++ b/src/wren_inter/wren_inter.h @@ -17,8 +17,5 @@ enum PUZZLE_TEST_RESULT { WrenVM *InterpreterPrepareMachine(); char *GetMachineOutput(WrenVM *vm); void InterpreterFreeMachine(WrenVM *vm); -// Runs the machine and returns -enum PUZZLE_TEST_RESULT wrenInterpretLimited(WrenVM *vm, const char *module, - const char *script, int sMax); #endif // WREN_INTER_H |
