mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-20 01:04:08 +10:00
There's only example functions for now, but I'll add type-specific functions later.
5 lines
69 B
C
5 lines
69 B
C
#pragma once
|
|
|
|
#include "toy_vm.h"
|
|
|
|
void initStandardLibrary(Toy_VM*); |