Straightened out file extensions

This commit is contained in:
2023-02-11 14:26:55 +00:00
parent 3930ec0477
commit 5343e1054d
5 changed files with 31 additions and 2 deletions

6
repl/lib_timer.h__ 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);