mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-01 22:40:10 +10:00
88100b128a
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*); |