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