Files
Airport/box/lib_input.h
2023-01-26 20:41:23 +00:00

7 lines
117 B
C

#pragma once
#include "interpreter.h"
int hookInput(Interpreter* interpreter, Literal identifier, Literal alias);