Files
Airport/core/lib_input.h
2022-10-19 20:42:33 +01:00

7 lines
117 B
C

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