Files
Toy/repl/lib_timer.hx
2023-02-11 01:42:44 +00:00

7 lines
137 B
Haxe

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