mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-20 01:04:08 +10:00
Implemented native C functions called from Toy scripts
There's only example functions for now, but I'll add type-specific functions later.
This commit is contained in:
5
repl/standard_library.h
Normal file
5
repl/standard_library.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "toy_vm.h"
|
||||
|
||||
void initStandardLibrary(Toy_VM*);
|
||||
Reference in New Issue
Block a user