7 lines
136 B
C
7 lines
136 B
C
#pragma once
|
|
|
|
#include "toy_interpreter.h"
|
|
|
|
int Box_hookNode(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);
|
|
|