Renamed the about library to toy_version_info library, resovled #81

This commit is contained in:
2023-07-31 11:15:10 +10:00
parent 0cef0abdb5
commit 7f692b4cb4
8 changed files with 20 additions and 20 deletions

View File

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