Dummied out lib timer

This commit is contained in:
2023-02-11 01:20:53 +00:00
parent 457014d577
commit c00b32017b
10 changed files with 19 additions and 54 deletions

6
repl/lib_timer.hx Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "toy_interpreter.h"
int Toy_hookTimer(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);