Files
Airport/box/lib_about.h
2023-02-10 09:02:47 +00:00

7 lines
137 B
C

#pragma once
#include "toy_interpreter.h"
int Toy_hookAbout(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);