mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
8 lines
172 B
C
8 lines
172 B
C
#pragma once
|
|
|
|
#include "toy_interpreter.h"
|
|
|
|
#define TOY_OPAQUE_TAG_RANDOM 200
|
|
|
|
int Toy_hookRandom(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Literal alias);
|