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