7 lines
120 B
C
7 lines
120 B
C
#pragma once
|
|
|
|
#include "interpreter.h"
|
|
|
|
int hookStandard(Interpreter* interpreter, Literal identifier, Literal alias);
|
|
|