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