mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
7 lines
137 B
C
7 lines
137 B
C
#pragma once
|
|
|
|
#include "toy_interpreter.h"
|
|
|
|
int Toy_hookAbout(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);
|
|
|