Files
Airport/box/lib_runner.h
2023-03-15 06:40:34 +11:00

9 lines
173 B
C

#pragma once
#include "toy_interpreter.h"
int Toy_hookRunner(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);
#define TOY_OPAQUE_TAG_RUNNER 100