Files
Airport/box/lib_input.h

7 lines
137 B
C

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